|
@@ -222,7 +222,7 @@ function edlptheme_preprocess_node__enregistrement__player_cartel(&$vars){
|
|
'data-drupal-link-system-path' => $url->getInternalPath()
|
|
'data-drupal-link-system-path' => $url->getInternalPath()
|
|
)
|
|
)
|
|
));
|
|
));
|
|
- $vars['link_transcript'] = Link::fromTextAndUrl(t("Read the text."), $url);
|
|
|
|
|
|
+ $vars['link_transcript'] = Link::fromTextAndUrl(t("Read the text"), $url);
|
|
}
|
|
}
|
|
|
|
|
|
// if article not empty
|
|
// if article not empty
|
|
@@ -237,7 +237,7 @@ function edlptheme_preprocess_node__enregistrement__player_cartel(&$vars){
|
|
'data-drupal-link-system-path' => $url->getInternalPath()
|
|
'data-drupal-link-system-path' => $url->getInternalPath()
|
|
)
|
|
)
|
|
));
|
|
));
|
|
- $vars['link_article'] = Link::fromTextAndUrl(t("Read the article."), $url);
|
|
|
|
|
|
+ $vars['link_article'] = Link::fromTextAndUrl(t("Read the article"), $url);
|
|
}
|
|
}
|
|
|
|
|
|
// relations (defined in edlp_corpus.module)
|
|
// relations (defined in edlp_corpus.module)
|