Discussion about Hot Spinner Joomla module.

Can rotating image be an active link to set link?

More
12 years 11 months ago #18428 by AnOriginal
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 :)

Please Log in to join the conversation.

More
12 years 11 months ago #18435 by ivan.milic
Are you sure that is index.php in template folder. Also you can put it in spinner file

modules\mod_hot_spinner\tmpl\default.php

below this:
Code:
// FULL CAROUSEL EVENTS: //---------------------------------------- // onInfoClick: function(Index){...} // onClick: function(Index){...} // onInfoDblClick: function(Index){...} // onDblClick: function(Index){...} //----------------------------------------

Please Log in to join the conversation.

Time to create page: 0.062 seconds
Powered by Kunena Forum