Current File : /home/pacjaorg/www/km/templates/yootheme/template_bootstrap.php |
<?php
/** @var \plgSystemYOOtheme $this */
$option = $this->app->input->getCmd('option');
$options = ['com_ajax', 'com_content', 'com_templates', 'com_modules', 'com_advancedmodules'];
if ($this->app->isClient('site') || in_array($option, $options, true)) {
// bootstrap application
$app = require __DIR__ . '/bootstrap.php';
$app->load(
__DIR__ .
'/{packages/{platform-joomla,' .
'theme{,-analytics,-cookie,-highlight,-settings},' .
'builder{,-source*,-templates,-newsletter},' .
'styler,theme-joomla*,builder-joomla*}' .
'/bootstrap.php,config.php}'
);
}