Mammouth du PHP |
881 Messages
07 juil. 2010, 14:28
J'ai regardé un template de base que j'ai pour Joomla (template "beez" )
et j'ai trouvé la commande suivante
Code : Tout sélectionner
<?php if ($this->params->get('show_page_title',1)) : ?>
<h1 class="componentheading<?php echo $this->params->get('pageclass_sfx'); ?>">
<?php echo $this->escape($this->params->get('page_title')); ?>
</h1>
<?php endif; ?>
Dans presque tous les fichiers "default.php"
Voici le resultat d'une simple recherche de "title" dans le sous-répertoire "templates/beez"
templates/beez/html/com_contact/category/default.php
templates/beez/html/com_contact/contact/default.php
templates/beez/html/com_user/user/default.php
templates/beez/html/com_user/register/default.php
templates/beez/html/com_user/reset/default.php
templates/beez/html/com_user/remind/default.php
templates/beez/html/com_content/frontpage/default_item.php
templates/beez/html/com_content/section/blog_item.php
templates/beez/html/com_content/category/default_items.php
templates/beez/html/com_content/category/blog_item.php
templates/beez/html/com_content/article/default.php
templates/beez/html/com_newsfeeds/newsfeed/default.php
C'est là que tu peux probablement agir.
Soyez artisans de paix