Changeset 15811 for branches/feature-templates/data/class/SC_View.php
- Timestamp:
- 2007/09/20 22:12:28 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-templates/data/class/SC_View.php
r15807 r15811 97 97 $arrDefaultParams = array( 98 98 'URL_DIR' => URL_DIR, 99 // FIXME tplName¤¬null¤Î¾ì¹ç¤Î½èÍý 99 100 'TPL_PKG_URL' => URL_DIR . USER_DIR . TPL_PKG_DIR . $this->tplName . '/' 100 101 ); … … 255 256 256 257 function initDisplay($template) { 258 if (empty($this->tplName)) return; 259 257 260 $tpl_mainpage = $this->_smarty->get_template_vars('tpl_mainpage'); 258 261 $template_name = $this->tplName; … … 292 295 293 296 function initDisplay($template) { 297 if (empty($this->tplName)) return; 298 294 299 $tpl_mainpage = $this->_smarty->get_template_vars('tpl_mainpage'); 295 300 $template_name = $this->tplName;
Note: See TracChangeset
for help on using the changeset viewer.