Changeset 3535
- Timestamp:
- 2006/08/31 19:48:18 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 3 deleted
- 2 edited
-
data/Smarty/templates/test (deleted)
-
data/class/SC_View.php (modified) (1 diff)
-
html/drecomcms (deleted)
-
html/rss/index.php (modified) (1 diff)
-
html/test (deleted)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_View.php
r3444 r3535 70 70 71 71 // ¥Æ¥ó¥×¥ì¡¼¥È¤Î½èÍý·ë²Ì¤òɽ¼¨ 72 function display($template ) {72 function display($template, $no_error = false) { 73 73 global $GLOBAL_ERR; 74 74 if(!defined('OUTPUT_ERR')) { -
temp/trunk/html/rss/index.php
r1328 r3535 43 43 44 44 //²èÌÌɽ¼¨ 45 $objView->display($objPage->tpl_mainpage );45 $objView->display($objPage->tpl_mainpage, true); 46 46 47 47 //******************************************************************************************/
Note: See TracChangeset
for help on using the changeset viewer.
