@if( (favicon+'' != '')) {} @includeHead("/") @includeHead("../body") @additionalHead getChildHtml("head") ?> getRequest()->getParam('preview'); $_baseCss = file_exists(Mage::getDesign()->getSkinBaseDir() . DS . 'style.min.css') ? 'style.min.css' : 'style.css'; $_style = $this->getSkinUrl($_preview ? 'style.preview.php' : $_baseCss); $_script = $this->getSkinUrl('script.js'); $_version = '?version=' . ($_helper ? $_helper->getThemeVersion() : ''); $_style .= $_version; $_script .= $_version; if ($_preview) { $_style .= '&template=' . ($_helper ? $_helper->getThemeName() : ''); } ?> @include("../body")