Changeset 16239 for branches/beta/data/class/SC_View.php
- Timestamp:
- 2007/10/03 10:11:17 (19 years ago)
- File:
-
- 1 edited
-
branches/beta/data/class/SC_View.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/beta/data/class/SC_View.php
r15825 r16239 98 98 'URL_DIR' => URL_DIR, 99 99 // FIXME tplName¤¬null¤Î¾ì¹ç¤Î½èÍý 100 'TPL_PKG_URL' => URL_DIR . USER_DIR . TPL_PKG_DIR . $this->tplName . '/' 100 'TPL_PKG_URL' => URL_DIR . USER_DIR . TPL_PKG_DIR . $this->tplName . '/', 101 'tpl_site_main' => 'site_main.tpl' 101 102 ); 102 103 $this->assignArray($arrDefaultParams); … … 296 297 } 297 298 } 299 $tpl_site_main = $template_dir . 'site_main.tpl'; 300 if (file_exists($tpl_site_main)) { 301 $this->assign('tpl_site_main', $tpl_site_main); 302 } 298 303 } 299 304 }
Note: See TracChangeset
for help on using the changeset viewer.
