function __construct($site) { parent::__construct($site); $this->PageComposeColumnCalculation = '%'; //--- Add default CSS ---// $GLOBALS['oSysTemplate']->addCssSystem(array('palette.css', 'general_phone.css', 'general_tablet.css', 'rrssb.css', 'top_menu_phone.css', 'top_menu_tablet.css')); //--- Add default JS ---// $GLOBALS['oSysTemplate']->addJsSystem(array('skrollr.min.js')); }
function __construct() { parent::__construct(); bx_import('BxDolTemplate'); $sCode = BxDolTemplate::getInstance()->getCode(); $sStaticImages = BX_DOL_URL_ROOT . 'templates/tmpl_' . $sCode . '/images/'; bx_import('BxDolConfig'); $oSysConfig = BxDolConfig::getInstance(); $oSysConfig->set('url_static', 'images', $sStaticImages); $oSysConfig->set('url_static', 'icons', $sStaticImages . 'icons/'); $oSysConfig->set('path_static', 'css', BX_DIRECTORY_PATH_ROOT . 'templates/tmpl_' . $sCode . '/css/'); }
function __construct() { parent::__construct(); $this->_aConfig['aLessConfig'] = array_merge($this->_aConfig['aLessConfig'], array('bx-font-family' => '"Source Sans Pro", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif', 'bx-color-page' => '#b9e2f6', 'bx-color-block' => '#fff', 'bx-color-box' => '#daf8ff', 'bx-color-sec' => '#fff', 'bx-color-hl' => 'rgba(202, 242, 252, 0.2)', 'bx-color-active' => 'rgba(202, 242, 252, 0.4)', 'bx-border-color' => '#00a0ce')); bx_import('BxDolTemplate'); $sCode = BxDolTemplate::getInstance()->getCode(); $sStaticImages = BX_DOL_URL_ROOT . 'templates/tmpl_' . $sCode . '/images/'; bx_import('BxDolConfig'); $oSysConfig = BxDolConfig::getInstance(); $oSysConfig->set('url_static', 'images', $sStaticImages); $oSysConfig->set('url_static', 'icons', $sStaticImages . 'icons/'); $oSysConfig->set('path_static', 'css', BX_DIRECTORY_PATH_ROOT . 'templates/tmpl_' . $sCode . '/css/'); }
function __construct($site) { BxBaseConfig::__construct($site); }
function __construct() { parent::__construct(); $this->_aConfig['aLessConfig'] = array_merge($this->_aConfig['aLessConfig'], array('bx-font-family' => '"Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, sans-serif', 'bx-color-page' => '#f2fbff', 'bx-color-block' => '#fff', 'bx-color-box' => '#daf8ff', 'bx-color-sec' => '#fff', 'bx-color-hl' => 'rgba(202, 242, 252, 0.2)', 'bx-color-active' => 'rgba(202, 242, 252, 0.4)', 'bx-border-color' => '#d5dde0', 'bx-font-size-default' => '18px', 'bx-font-size-small' => '13px', 'bx-font-size-middle' => '16px', 'bx-font-size-large' => '24px', 'bx-font-size-h1' => '36px', 'bx-font-size-h2' => '28px', 'bx-font-size-h3' => '20px', 'bx-font-color-default' => '#666', 'bx-font-color-default-sec' => '#333')); $this->setPageWidth('bx_air_page_width'); }
function __construct() { parent::__construct(); $this->_aConfig['aLessConfig'] = array_merge($this->_aConfig['aLessConfig'], array('bx-font-family' => '"Source Sans Pro", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif', 'bx-color-page' => '#b9e2f6', 'bx-color-block' => '#fff', 'bx-color-box' => '#daf8ff', 'bx-color-sec' => '#fff', 'bx-color-hl' => 'rgba(202, 242, 252, 0.2)', 'bx-color-active' => 'rgba(202, 242, 252, 0.4)', 'bx-border-color' => '#00a0ce')); $this->setPageWidth('bx_ocean_page_width'); }
function __construct($site) { parent::__construct($site); }
function __construct() { parent::__construct(); $this->setPageWidth('bx_lagoon_page_width'); }