Hi there,
I try to change the link of the logo in the purity header.
Index.php of the template does not show the link (at least I do not see it….).
INDEX.PHP of template
// no direct access
defined ( ‘_JEXEC’ ) or die ( ‘Restricted access’ );
if (class_exists(‘T3Template’)) {
$tmpl = T3Template::getInstance();
$tmpl->setTemplate($this);
$tmpl->render();
return;
} else {
//Need to install or enable JAT3 Plugin
echo JText::_(‘Missing jat3 framework plugin’);
}
I also searched in /plugins/system/jat3/jat3/base-themes/default/blocks/header.php, but this was also not successful
Any idea where to search it.