Hi Everybody !
We currently working on the French translation of the template Framework V2.0 T3
http://ja-purity2.conceptoulouse.fr/remository/Template/JA-T3-Framework_Pack-FR/
We noticed a small “defect” in the code, to display the site name …
Code JAT3 use Home page title
<h1 class="componentheading"><?php echo JText::_('Home page title'); ?></h1>
The same code that displays correctly Beez (template) site name does not use the same keyword (page_title)
code beez use page_title
<h1 class="componentheading<?php echo $this->escape($this->params->get('pageclass_sfx')); ?>">
<?php echo $this->escape($this->params->get('page_title')); ?>
</h1>
I just wanted to point out this defect, and whether it was normal ?
I’m french, so I hope you’ll understand my “little” English 🙂
Best Regards
Pierre = Peter_P