/**
  * Constructor
  */
 function __construct(&$oConfig, &$oDb)
 {
     parent::__construct($oConfig, $oDb);
     if (isset($GLOBALS['oAdmTemplate'])) {
         $GLOBALS['oAdmTemplate']->addDynamicLocation($this->_oConfig->getHomePath(), $this->_oConfig->getHomeUrl());
     }
 }
 function __construct(&$oConfig, &$oDb, $sRootPath = BX_DIRECTORY_PATH_ROOT, $sRootUrl = BX_DOL_URL_ROOT)
 {
     parent::__construct($oConfig, $oDb, $sRootPath, $sRootUrl);
     if (isset($GLOBALS['oAdmTemplate'])) {
         $GLOBALS['oAdmTemplate']->addDynamicLocation($this->_oConfig->getHomePath(), $this->_oConfig->getHomeUrl());
     }
 }
 function __construct(&$oConfig, &$oDb)
 {
     parent::__construct($oConfig, $oDb);
     $this->_aTemplates = array('comments');
     $this->_oModule = null;
     $this->oPaginate = null;
     $this->sCssPrefix = '';
 }
Example #4
0
 function __construct(&$oConfig, &$oDb)
 {
     parent::__construct($oConfig, $oDb);
 }
 /**
  * Constructor
  */
 function __construct(&$oConfig, &$oDb)
 {
     parent::__construct($oConfig, $oDb);
     $this->_aTemplates = array('divider', 'balloon', 'repost', 'common', 'common_media', 'comments', 'actions');
 }
Example #6
0
 /**
  * Constructor
  */
 function __construct(&$oConfig, &$oDb)
 {
     parent::__construct($oConfig, $oDb);
     $this->_sLangsPrefix = $this->_oConfig->getLangsPrefix();
 }
Example #7
0
 function __construct(&$oConfig, &$oDb)
 {
     parent::__construct($oConfig, $oDb);
     $this->_aTemplates = array('unit_ads', 'category', 'filter_form', 'ad_of_day', 'wall_outline_extra_info');
 }
Example #8
0
 /**
  * Constructor
  */
 function __construct(&$oConfig, &$oDb)
 {
     parent::__construct($oConfig, $oDb);
     $this->addJs('main.js');
     $this->addCss('main.css');
 }
 function __construct(&$oConfig, &$oDb)
 {
     parent::__construct($oConfig, $oDb);
     $this->_aTemplates = array('crss_unit', 'view', 'member_rss_list_loaded');
 }
 function __construct(&$oConfig)
 {
     $oDb = null;
     parent::__construct($oConfig, $oDb);
     $this->_isAjaxOutput = $this->_isAjaxRequest();
 }
 function __construct(&$oConfig, &$oDb, $sRootPath = BX_DIRECTORY_PATH_ROOT, $sRootUrl = BX_DOL_URL_ROOT)
 {
     parent::__construct($oConfig, $oDb, $sRootPath, $sRootUrl);
 }
Example #12
0
 /**
  * Constructor
  */
 function __construct(&$oConfig, &$oDb)
 {
     parent::__construct($oConfig, $oDb);
     $this->_aTemplates = array('unit', 'adm_unit');
 }
Example #13
0
 function __construct(&$oConfig, &$oDb)
 {
     parent::__construct($oConfig, $oDb);
     $this->addStudioCss(array('main.css'));
 }
 function __construct(&$oConfig, &$oDb)
 {
     parent::__construct($oConfig, $oDb);
     $this->_aTemplates = array('blog_unit', 'blog', 'blogpost_unit', 'admin_page', 'blogpost_unit_mobile', 'browse_unit_private_mobile');
 }