/home/bdf/domains/brucedancefactory.nl/secure_data/cache/dansstijl.php [ 21 ]
16
17 if ($iNodesCount == 2) {
18 $currentLes = modLes::getLesBySURL( $wmPathInfo->aNodes[1], $wmPathInfo->currentPage->iLanguageId);
19 //$lesID = $currentLes->iLesID;
20 //$wmPageSubtitle = $currentLes->sSubTitle;
21 $sNaampje = $currentLes->sTitle;
22
23 }else{
24 if ($dansCategories instanceof wmArray) {
25
26 if ($dansCategories[0]->aLessen instanceof wmArray) {
-
/home/bdf/domains/brucedancefactory.nl/secure_data/cache/dansstijl.php [ 21 ] » webmanage::error_handler()
16 17 if ($iNodesCount == 2) { 18 $currentLes = modLes::getLesBySURL( $wmPathInfo->aNodes[1], $wmPathInfo->currentPage->iLanguageId); 19 //$lesID = $currentLes->iLesID; 20 //$wmPageSubtitle = $currentLes->sSubTitle; 21 $sNaampje = $currentLes->sTitle; 22 23 }else{ 24 if ($dansCategories instanceof wmArray) { 25 26 if ($dansCategories[0]->aLessen instanceof wmArray) { -
/home/bdf/domains/brucedancefactory.nl/system/classes/class.template.php [ 380 ] » require_once()
375 $this->_sTemplate = $this->_output($this->aBlocks); 376 $this->_wmCache->write($this->_sLogic.$this->_sTemplate); 377 378 } 379 380 require_once($this->_wmCache->sGetPath()); 381 382 } 383 384 385 /** -
/home/bdf/domains/brucedancefactory.nl/system/classes/class.webmanage.php [ 509 ] » template->render( Arguments )
0string(70) "/home/bdf/domains/brucedancefactory.nl/secure_data/cache/dansstijl.php"504 } 505 506 /** Check if the current page has a template, otherwise show a 404. */ 507 $wmTemplate = template::getById( $wmPathInfo->currentPage->iTemplateId ); 508 509 $wmTemplate->render(); 510 511 registry::set( 'template', $wmTemplate ); 512 513 $session = registry::get('session'); 514 if($wmPathInfo->currentPage->sType === 'application') { -
/home/bdf/domains/brucedancefactory.nl/system/classes/class.webmanage.php [ 582 ] » webmanage->_boot( Arguments )
0integer 56
577 $this->_boot( self::RUNLEVEL_SESSION ); 578 $this->_boot( self::RUNLEVEL_USER ); 579 $this->_boot( self::RUNLEVEL_PAGEINFO ); 580 $this->_boot( self::RUNLEVEL_MODULE ); 581 582 $this->_boot( self::RUNLEVEL_TEMPLATE ); 583 584 /** Save the just loaded runlevel as the current runlevel. */ 585 self::$_current_runlevel = $runlevel; 586 break; 587 } -
/home/bdf/domains/brucedancefactory.nl/system/classes/class.webmanage.php [ 189 ] » webmanage->_boot( Arguments )
0integer 999
184 * 185 * @param constant Runlevel webmanage needs to be booted to. 186 * @return void 187 */ 188 public function __construct( $runlevel = self::RUNLEVEL_FULL ) { 189 $this->_boot( $runlevel ); 190 } 191 192 /** 193 * Simply boots the webmanage system to a given runlevel. 194 * It will load automatically previous runlevels. -
/home/bdf/domains/brucedancefactory.nl/public_html/index.php [ 10 ] » webmanage->__construct( Arguments )
0integer 999
5 header('Location: http://www.brucedancefactory.nl/'); 6 exit; 7 } 8 9 require "../system/webmanage.php"; 10 $webmanage = new webmanage(webmanage::RUNLEVEL_FULL); 11 $webmanage->close(); 12 13 ?>