File: /home/ffeilden.com/public_html/modules/mod_k2store_cart/mod_k2store_cart.php
<?php
/*
* --------------------------------------------------------------------------------
Weblogicx India - K2 Store v 2.0
* --------------------------------------------------------------------------------
* @package Joomla! 1.5x
* @subpackage K2 Store
* @author Weblogicx India http://www.weblogicxindia.com
* @copyright Copyright (c) 2010 - 2015 Weblogicx India Ltd. All rights reserved.
* @license GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
* @link http://weblogicxindia.com
* --------------------------------------------------------------------------------
*/
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
require_once( dirname(__FILE__).DS.'helper.php' );
$moduleclass_sfx = $params->get('moduleclass_sfx','');
require( JModuleHelper::getLayoutPath('mod_k2store_cart') );
?>