<!-- GeoTrust QuickSSL [tm] Smart Icon tag. Do not edit. -->
<script src="http://smarticon.geotrust.com/si.js" type="text/javascript"></script>
<!-- end GeoTrust Smart Icon tag -->
<!-- GeoTrust QuickSSL [tm] Smart Icon tag. Do not edit. -->
<script src="https://smarticon.geotrust.com/si.js" type="text/javascript"></script>
<!-- end GeoTrust Smart Icon tag -->
<?php
/**
* @package mod_rokvirtuemart_categories
* @copyright Copyright (C) 2009 RocketTheme. All rights reserved.
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU/GPL, see LICENSE.php
* RokVirtuemart Product Categories is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
*
*/
$document =& JFactory::getDocument();
$js = (JURI::Root(true)."/modules/mod_rokvirtuemart_categories/js/");
$class = $params->get('moduleclass_sfx', '');
if (!defined('ROKVIRTUEMART_CATEGORIES_JS')) {
$document->addScript($js . 'rokvm_categories.js');
define('ROKVIRTUEMART_CATEGORIES_JS',1);
}
echo "<ul class='rokvm_categories $class'>";
echo $category_html;
echo "</ul>";
?>
<?php // no direct access
/**
* @package RokIntroScroller
* @copyright Copyright (C) 2007 RocketWerx. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
*/
defined('_JEXEC') or die('Restricted access');
$doc = &JFactory::getDocument();
$doc->addScript(JURI::Root(true)."/modules/mod_rokvirtuemart_scroller/rokvm_scroller.js");
JHTML::_('behavior.mootools');
Time to create page: 0.087 seconds