Azeri
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
vhosts
/
chipionatv.com
/
httpdocs
/
templates
/
gk_magazine
/
lib
/
framework
/
Filename :
gk.const.php
back
Copy
<?php /** * * Framework constants * * @version 3.0.0 * @package Gavern Framework * @copyright Copyright (C) 2010 - 2012 GavickPro. All rights reserved. * */ // No direct access. defined('_JEXEC') or die; // definitions of module positions default styles $GK_TEMPLATE_MODULE_STYLES = array( 'breadcrumb' => 'none', 'login' => 'none', 'lang' => 'none', 'search' => 'none', 'footer_nav' => 'none', 'bannertop' => 'none', 'mainbody' => 'gk_style', 'mainbody_top' => 'gk_style', 'mainbody_bottom' => 'gk_style', 'sidebar' => 'gk_style', 'inset' => 'gk_style', 'top1' => 'gk_style', 'top2' => 'gk_style', 'bottom1' => 'gk_style', 'bottom2' => 'gk_style', 'social' => 'none' ); // EOF