Bonjour
dans mon template
html/com_content/category/default.php :
html/layouts/joomla/content/category_default.php
ne donne rien
html/com_content/category/default_articles.php :
je recupere bien ma variable
pourquoi ne peux pas envoyer ca au layout ?
merci pour l'aide
dans mon template
html/com_content/category/default.php :
Code PHP:
$this->maVar= 'any' ;
echo LayoutHelper::render('joomla.content.category_default', $this);
html/layouts/joomla/content/category_default.php
Code PHP:
echo $this->maVar
html/com_content/category/default_articles.php :
Code PHP:
echo $this->maVar
pourquoi ne peux pas envoyer ca au layout ?
merci pour l'aide
Commentaire