changed agenda titles for english
This commit is contained in:
@@ -27,7 +27,7 @@ function template_preprocess_edlp_agenda(&$vars){
|
|||||||
"#attributes"=>array(
|
"#attributes"=>array(
|
||||||
"class"=>['future-events']
|
"class"=>['future-events']
|
||||||
),
|
),
|
||||||
"#markup"=>"<h3>Dates à venir</h3>",
|
"#markup"=>"<h3>".t("Upcoming Events")."</h3>",
|
||||||
"future_events"=>$future_list
|
"future_events"=>$future_list
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -45,7 +45,7 @@ function template_preprocess_edlp_agenda(&$vars){
|
|||||||
"#attributes"=>array(
|
"#attributes"=>array(
|
||||||
"class"=>['past-events']
|
"class"=>['past-events']
|
||||||
),
|
),
|
||||||
"#markup"=>"<h3>Dates passées</h3>",
|
"#markup"=>"<h3>".t("Past Events")."</h3>",
|
||||||
"past_events"=>$past_list
|
"past_events"=>$past_list
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user