container->appConfig; $router = $this->container->router; $headJavascript = <<< JS Solo.loadScripts[Solo.loadScripts.length] = function () { (function($){ Solo.Setup.init(); }(akeeba.jQuery)); }; JS; $this->container->application->getDocument()->addScript(\Awf\Uri\Uri::base(false, $this->container) . '/media/js/solo/setup.js'); $this->container->application->getDocument()->addScriptDeclaration($headJavascript); $inCMS = $this->container->segment->get('insideCMS', false); ?>

get('useencryption', 1))?>
get('timezone')); ?>
get('stats_enabled', 1))?>
get('fs.driver')); ?>
get('mail.online', 1) ? 'checked' : '' ?> class="toggleSwitch" data-on-color="success" data-off-color="danger">
get('mail.mailer'), 'mail_mailer');?>
get('mail.smtpauth', 0) ? 'checked' : '' ?> class="toggleSwitch" data-on-color="success" data-off-color="danger">
get('mail.smtpsecure'), 'mail_smtpsecure');?>
get('dbdriver'));?>
get('options.frontend_enable', 0) ? 'checked' : '' ?> class="toggleSwitch" data-on-color="success" data-off-color="danger">
get('options.frontend_email_on_finish', 1) ? 'checked' : '' ?> class="toggleSwitch" data-on-color="success" data-off-color="danger">
get('options.push_preference', 0) ? 'checked' : '' ?> class="toggleSwitch" data-on-color="success" data-off-color="danger">
get('options.minstability', 'stable')); ?>
get('options.displayphpwarning', 1) ? 'checked' : '' ?> class="toggleSwitch" data-on-color="success" data-off-color="danger">
container->application->getDocument(); $document->addScript(\Awf\Uri\Uri::base(false, $this->container) . '/media/js/bootstrap-switch.min.js'); $document->addStyleSheet(\Awf\Uri\Uri::base(false, $this->container) . '/media/css/bootstrap-switch.min.css'); ?>