renamed last docks blocks

This commit is contained in:
2018-10-23 17:28:57 +02:00
parent 51336a2213
commit 7da2e45004
2 changed files with 2 additions and 2 deletions
@@ -23,7 +23,7 @@ function template_preprocess_edlp_corpus_lastdocs(&$vars){
"#attributes"=>array( "#attributes"=>array(
"class"=>['lastdocs'] "class"=>['lastdocs']
), ),
"#markup"=>"<h3>".t("Last Documents")."</h3>", "#markup"=>"<h3>".t("Recently uploaded")."</h3>",
"lastdocs"=>$lastdocs_list "lastdocs"=>$lastdocs_list
); );
} }
@@ -100,7 +100,7 @@ function template_preprocess_edlp_home(&$vars){
'#type'=>"container", '#type'=>"container",
'title'=>array( 'title'=>array(
'#prefix'=> '<h3>', '#prefix'=> '<h3>',
'#title' => t("Last documents"), '#title' => t("Recently uploaded"),
'#suffix' => '</h3>', '#suffix' => '</h3>',
'#type' => 'link', '#type' => 'link',
'#url' => $lastdocs_url, '#url' => $lastdocs_url,