Hello everyone, I am trying to write my Joomla template, but I ran into the problem of how to display a description of the site itself.

I display the name of the site like this <?php echo $app->getCfg('sitename');?> And how can I get the description itself?

PS: I'm playing with Joomla 3.5

    1 answer 1

    Did not try to consult the documentation? For example, here https://docs.joomla.org/JApplication/getCfg ?

    • thanks, I will look. - Anatoly