Current Path :
/
home
/
develito
/
public_html
/
libraries-new
/
cegcore2
/
layouts
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/public_html/libraries-new/cegcore2/layouts/main.php
<?php /* @copyright:ChronoEngine.com @license:GPLv2 */defined('_JEXEC') or die('Restricted access'); defined("GCORE_SITE") or die; ?> <?php $classes = []; if(\G2\Globals::get('app')){ $classes[] = 'semanticui-body'; $classes[] = 'G2-'.\G2\Globals::get('app'); } $app = \GApp::instance(); $classes[] = $app->extension; $classes[] = $app->controller; $classes[] = $app->action; ?> <div class="<?php echo implode(' ', $classes); ?>"> {VIEW} </div>