/**
  * Constructor
  */
 function BxProfileCustomizeTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
     if (isset($GLOBALS['oAdmTemplate'])) {
         $GLOBALS['oAdmTemplate']->addDynamicLocation($this->_oConfig->getHomePath(), $this->_oConfig->getHomeUrl());
     }
 }
 function BxDolTwigTemplate(&$oConfig, &$oDb, $sRootPath = BX_DIRECTORY_PATH_ROOT, $sRootUrl = BX_DOL_URL_ROOT)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb, $sRootPath, $sRootUrl);
     if (isset($GLOBALS['oAdmTemplate'])) {
         $GLOBALS['oAdmTemplate']->addDynamicLocation($this->_oConfig->getHomePath(), $this->_oConfig->getHomeUrl());
     }
 }
 function BxDolTextTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
     $this->_aTemplates = array('comments');
     $this->_oModule = null;
     $this->oPaginate = null;
     $this->sCssPrefix = '';
 }
 /**
  * Class constructor
  */
 function BxShoutBoxTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
 }
示例#5
0
 function BxChatPlusTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
 }
示例#6
0
 /**
  * Constructor
  */
 function BxQuotesTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
     $this->_aTemplates = array('unit', 'adm_unit');
 }
示例#7
0
 function BxCRSSTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
     $this->_aTemplates = array('crss_unit', 'view', 'member_rss_list_loaded');
 }
示例#8
0
 /**
  * Constructor
  */
 function BxWallTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
     $this->_aTemplates = array('divider', 'balloon', 'comments', 'comments_actions', 'common_media');
 }
示例#9
0
 /**
  * Constructor
  */
 function BxPageACTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
 }
 /**
  * Class constructor
  */
 function BxSimpleMessengerTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
 }
 /**
  * Class constructor
  */
 function BxFaceBookConnectTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
 }
示例#12
0
 function BxAdsTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
     $this->_aTemplates = array('unit_ads', 'category', 'filter_form', 'ad_of_day', 'wall_outline_extra_info');
 }
 /**
  * Class constructor
  */
 function BxDataMigrationTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
 }
示例#14
0
 /**
  * Constructor
  */
 function BxPmtTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
     $this->_sLangsPrefix = $this->_oConfig->getLangsPrefix();
 }
示例#15
0
 function BxOSiTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
     $this->_aTemplates = array('osi_unit', 'view', 'settings', 'member_osi_list_loaded', 'unit_application', 'admin');
 }
 function BxDolMobileTemplate(&$oConfig, &$oDb, $sRootPath = BX_DIRECTORY_PATH_ROOT, $sRootUrl = BX_DOL_URL_ROOT)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb, $sRootPath, $sRootUrl);
 }
示例#17
0
 function BxBlogsTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
     $this->_aTemplates = array('blog_unit', 'blog', 'blogpost_unit', 'admin_page', 'blogpost_unit_mobile', 'browse_unit_private_mobile');
 }
示例#18
0
 /**
  * Constructor
  */
 function BxDolFilesTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
 }
示例#19
0
 function BxAdsTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
     $this->_aTemplates = array('unit_ads', 'category_unit', 'admin_manage_classifieds_form', 'filter_form', 'unit_subject_block', 'ad_of_day');
 }