8 require_once(
'ChWsbTemplate.php');
24 $this->_oConfig = &$oConfig;
26 $sClassPrefix = $oConfig->getClassPrefix();
37 $sLocationKey =
$oAdmTemplate->addDynamicLocation($this->_oConfig->getHomePath(), $this->_oConfig->getHomeUrl());
47 $sLocationKey =
$oAdmTemplate->addDynamicLocationJs($this->_oConfig->getHomePath() .
'js/', $this->_oConfig->getHomeUrl() .
'js/');
74 if (0 == $this->_bObStarted) {
76 $this->_bObStarted = 1;
81 if (1 == $this->_bObStarted) {
84 $sRet = ob_get_clean();
87 $this->_bObStarted = 0;
97 $a = explode ($sDiv,
$s);
98 $sClass = $sClassName ?
'class="'.$sClassName.
'"' :
'';
100 $sRet .=
'<a '.$sClass.
' href="' . $sLinkStart .
title2uri(
$sName) .
'">'.$sName.
'</a> ';