Azeri
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
vhosts
/
chipionatv.com
/
httpdocs
/
modules
/
mod_tabs_gk5
/
Filename :
mod_tabs_gk5.php
back
Copy
<?php /** * Tabs GK5 - main PHP file * @package Joomla! * @Copyright (C) 2009-2012 Gavick.com * @ All rights reserved * @ Joomla! is Free Software * @ Released under GNU/GPL License : http://www.gnu.org/copyleft/gpl.html * @ version $Revision: GK5 1.0 $ **/ // no direct access defined('_JEXEC') or die; if(!defined('DS')){ define('DS',DIRECTORY_SEPARATOR); } // helper loading require_once (dirname(__FILE__).DS.'helper.php'); // create class instance with params $helper = new TabsGK5Helper($module, $params); // creating HTML code $helper->render(); // EOF