renamed last docks blocks
This commit is contained in:
@@ -23,7 +23,7 @@ function template_preprocess_edlp_corpus_lastdocs(&$vars){
|
||||
"#attributes"=>array(
|
||||
"class"=>['lastdocs']
|
||||
),
|
||||
"#markup"=>"<h3>".t("Last Documents")."</h3>",
|
||||
"#markup"=>"<h3>".t("Recently uploaded")."</h3>",
|
||||
"lastdocs"=>$lastdocs_list
|
||||
);
|
||||
}
|
||||
|
||||
@@ -100,7 +100,7 @@ function template_preprocess_edlp_home(&$vars){
|
||||
'#type'=>"container",
|
||||
'title'=>array(
|
||||
'#prefix'=> '<h3>',
|
||||
'#title' => t("Last documents"),
|
||||
'#title' => t("Recently uploaded"),
|
||||
'#suffix' => '</h3>',
|
||||
'#type' => 'link',
|
||||
'#url' => $lastdocs_url,
|
||||
|
||||
Reference in New Issue
Block a user