renamed last docks blocks
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user