- Timestamp:
- 2006/08/24 18:44:27 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 3 edited
-
data/Smarty/templates/admin/main_frame.tpl (modified) (previous)
-
html/admin/products/index.php (modified) (2 diffs)
-
html/admin/products/index2.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/index.php
r1692 r1785 49 49 50 50 // ǧ¾Ú²ÄÈݤÎȽÄê 51 //$objSess = new SC_Session();52 //sfIsSuccess($objSess);51 $objSess = new SC_Session(); 52 sfIsSuccess($objSess); 53 53 54 54 //¥¥ã¥ó¥Ú¡¼¥ó¤ÎÊÔ½¸»þ … … 265 265 // ²èÌ̤Îɽ¼¨ 266 266 $objView->assignobj($objPage); 267 $objView->display( MAIN_FRAME);267 $objView->display($objPage->tpl_mainpage); 268 268 269 269 //--------------------------------------------------------------------------------------------------------------------------------------------------------- -
temp/trunk/html/admin/products/index2.php
r1732 r1785 220 220 // ²èÌ̤Îɽ¼¨ 221 221 $objView->assignobj($objPage); 222 $objView->display( MAIN_FRAME);222 $objView->display($objPage->tpl_mainpage); 223 223 224 224 //---------------------------------------------------------------------------------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.
