Hi Ivan.
I updated the spinner fine but could not find any <head> tags in my template's index.php file.
This is the only code I have on my index.php file:
Code:
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'm using a Joomlart T3 framework template. Does that matter? So, I really don't know where this code you gave me is supposed to go?
Please help again?
Thanks!
An