[Svn-src-all:840] [version-2_5-dev 19727] mobileInit() を暫定的に修正

nanasess admin @ mail.ec-cube.net
2010年 12月 15日 (水) 21:43:31 JST


Subversion committed to /home/svn/open 19727
http://svn.ec-cube.net/open_trac/changeset/19727
┌────────────────────────────┐
│更新者 :  nanasess                                     │
│更新日時:  2010-12-15 21:43:31 +0900 (水, 15 12月 2010)│
└────────────────────────────┘

Log:
--------------------------------------------------------
mobileInit() を暫定的に修正


Changed:                      [U:修正,A:追加,D:削除]
--------------------------------------------------------
U   branches/version-2_5-dev/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_Best5.php
U   branches/version-2_5-dev/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_News.php

変更: branches/version-2_5-dev/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_Best5.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_Best5.php	2010-12-15 10:43:40 UTC (rev 19726)
+++ branches/version-2_5-dev/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_Best5.php	2010-12-15 12:43:31 UTC (rev 19727)
@@ -77,8 +77,7 @@
      * @return void
      */
     function mobileInit() {
-         $this->tpl_mainpage = MOBILE_TEMPLATE_DIR . "frontparts/"
-            . BLOC_DIR . 'best5.tpl';
+        $this->init();
     }
 
     /**

変更: branches/version-2_5-dev/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_News.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_News.php	2010-12-15 10:43:40 UTC (rev 19726)
+++ branches/version-2_5-dev/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_News.php	2010-12-15 12:43:31 UTC (rev 19727)
@@ -72,8 +72,7 @@
      * @return void
      */
     function mobileInit() {
-        $this->tpl_mainpage = MOBILE_TEMPLATE_DIR . "frontparts/"
-            . BLOC_DIR . 'news.tpl';
+        $this->init();
     }
 
     /**




Svn-src-all メーリングリストの案内