Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • peter_p Friend
    #157244

    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

    korb Friend
    #365937

    Hi Peter,

    I think the new Page Title within the template override is an idea to allow users to customize the page title in the language file and not in the menu item administration. This makes the message customizable for multi-language websites!

    I noticed the design team is working on a new template override set for Joomla! core extensions, but I am not completely sure, have to check code changes.

    Regards,
    Danny

    peter_p Friend
    #365940

    Korb thank you very much for your answer ! I’m sure it will help us to customize page title !

    I would like to have the opinion of our big boss hungh dinh too ! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  peter_p 13 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum