Hello,
I want to know how to replace title with a logo in every template ?
Regards
I want to know how to replace title with a logo in every template ?
Regards
<h1><?php /** @var JSite $app */ $app =& JFactory::getApplication(); echo $app->getCfg('sitename'); ?></h1>
<h1><img src="/templates/mobile_pda/resources/images/apple-touch-icon.png"></h1>