bug fixe
This commit is contained in:
@@ -13,5 +13,5 @@ $vars["title_attributes_array"]["class"] = implode(" ", $vars["title_attributes_
|
||||
|
||||
$vars["title_attributes"] = drupal_attributes($vars["title_attributes_array"]);
|
||||
|
||||
if($vars['type'] == "chapitre")
|
||||
if($vars['type'] == "chapitre" && $vars['view_mode'] == "teaser")
|
||||
$vars['content']['links']['node']['#links']['node-readmore']['title'] = t("Voir ce principe");
|
||||
|
||||
Reference in New Issue
Block a user