Index: /branches/beta/data/class/SC_View.php
===================================================================
--- /branches/beta/data/class/SC_View.php	(revision 15825)
+++ /branches/beta/data/class/SC_View.php	(revision 16239)
@@ -98,5 +98,6 @@
             'URL_DIR' => URL_DIR,
             // FIXME tplName¤¬null¤Î¾ì¹ç¤Î½èÍý
-            'TPL_PKG_URL' => URL_DIR . USER_DIR . TPL_PKG_DIR . $this->tplName . '/'
+            'TPL_PKG_URL' => URL_DIR . USER_DIR . TPL_PKG_DIR . $this->tplName . '/',
+            'tpl_site_main' => 'site_main.tpl'
         );
         $this->assignArray($arrDefaultParams);
@@ -296,4 +297,8 @@
             }
         }
+        $tpl_site_main = $template_dir . 'site_main.tpl';
+        if (file_exists($tpl_site_main)) {
+            $this->assign('tpl_site_main', $tpl_site_main);
+        }
     }
 }
Index: /branches/beta/data/Smarty/templates/site_frame.tpl
===================================================================
--- /branches/beta/data/Smarty/templates/site_frame.tpl	(revision 14676)
+++ /branches/beta/data/Smarty/templates/site_frame.tpl	(revision 16239)
@@ -31,5 +31,5 @@
 
 <!-- ¢§ £Â£Ï£Ä£ÙÉô ¥¹¥¿¡¼¥È -->
-<!--{include file='./site_main.tpl'}-->
+<!--{include file="$tpl_site_main"}-->
 <!-- ¢¥ £Â£Ï£Ä£ÙÉô ¥¨¥ó¥É -->
 
