(10.0.100.dev] exclure l'interface de la traduction auto - titres

This commit is contained in:
fredtempez 2019-11-15 17:36:20 +01:00
parent f3adbe0c87
commit 79f1c18458
1 changed files with 1 additions and 1 deletions

View File

@ -2216,7 +2216,7 @@ class layout extends common {
OR $this->getData(['page', $this->getUrl(0), 'hideTitle']) === false
)
) {
echo '<h2 id="sectionTitle">' . $this->core->output['title'] . '</h2>';
echo '<h2 class= "notranslate" id="sectionTitle">' . $this->core->output['title'] . '</h2>';
}
echo $this->core->output['content'];