bkrztuk wrote:<head> section you can find in index.php lines 51-57
- Code: Select all
<head>
<jdoc:include type="head" />
<?php
include_once(JPATH_ROOT . "/templates/" . $this->template . '/lib/php/menu.php');
include_once(JPATH_ROOT . "/templates/" . $this->template . '/lib/php/gk_head.php');
?>
</head>
The index.php file in yourshop template shows different code. take a look at what I have between lines 51-57
$tmplWrapMin = $tmplWidth ? ($tmplWidth+1).'px' : '1003px';
$tmplWidth = $tmplWidth ? $tmplWidth.'px' : '1002px';
break;
}
$tmpl->setParam ('tmplWidth', $tmplWidth);
$tmpl->setParam ('tmplWrapMin', $tmplWrapMin);
//Main navigation
$gk_menutype = $tmpl->getMenuType();
$gkmenu = null;