Index: temp/trunk/html/admin/products/index.php
===================================================================
--- temp/trunk/html/admin/products/index.php	(revision 1692)
+++ temp/trunk/html/admin/products/index.php	(revision 1785)
@@ -49,6 +49,6 @@
 
 // Ç§¾Ú²ÄÈÝ¤ÎÈ½Äê
-//$objSess = new SC_Session();
-//sfIsSuccess($objSess);
+$objSess = new SC_Session();
+sfIsSuccess($objSess);
 
 //¥­¥ã¥ó¥Ú¡¼¥ó¤ÎÊÔ½¸»þ
@@ -265,5 +265,5 @@
 // ²èÌÌ¤ÎÉ½¼¨
 $objView->assignobj($objPage);
-$objView->display(MAIN_FRAME);
+$objView->display($objPage->tpl_mainpage);
 
 //---------------------------------------------------------------------------------------------------------------------------------------------------------
Index: temp/trunk/html/admin/products/index2.php
===================================================================
--- temp/trunk/html/admin/products/index2.php	(revision 1732)
+++ temp/trunk/html/admin/products/index2.php	(revision 1785)
@@ -220,5 +220,5 @@
 // ²èÌÌ¤ÎÉ½¼¨
 $objView->assignobj($objPage);
-$objView->display(MAIN_FRAME);
+$objView->display($objPage->tpl_mainpage);
 
 //---------------------------------------------------------------------------------------------------------------------------------------------------------
