Ignore:
Timestamp:
2010/12/28 18:33:47 (15 years ago)
Author:
Seasoft
Message:

#748(モバイル/スマートフォンのデザイン管理)

#877(default.php の問題)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/helper/SC_Helper_PageLayout.php

    r19768 r19777  
    6464        $arrPageLayout = $arrPageData[0]; 
    6565 
    66         $objPage->tpl_mainpage = $this->getTemplatePath($device_type_id) . $arrPageLayout['filename'] . ".tpl"; 
     66        $objPage->tpl_mainpage = $this->getTemplatePath($device_type_id) . $arrPageLayout['tpl_dir'] . $arrPageLayout['filename'] . ".tpl"; 
    6767 
    6868        // ページタイトルを設定 
Note: See TracChangeset for help on using the changeset viewer.