Hello everyone, how to change the name in joomla. In normal html, this can be done in title, but how to do it in joomla?

    1 answer 1

    In the template? Joomla> = 1.5

    <?php $this->setTitle( 'My site title' ); ?> 
    • and in joomle 3.0 - Roman Sokolov