Plantilla Gamebox....scripts

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Sun Sep 23, 2012 9:53 pm
Hola, me gustaria saber donde poner este comando:

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" ></script>


<?php
$var = $this->getHeadData();
unset($var['scripts']['/media/system/js/mootools.js']);
unset($var['scripts']['/media/system/js/caption.js']);
$this->setHeadData($var);
?>
<jdoc:include type="head" />

Saludos
User avatar
Fresh Boarder

GK User
Sun Sep 23, 2012 10:32 pm
Hi

You can place it on ../gk_gamebox/layouts/default.php inside <head>..</head> but i advise you not to, because our template is based on mootools. This two javascript libraries don't get along well and most probably some template or extensions functions will not work.

Cheers
User avatar
Platinum Boarder


cron