- Timestamp:
- 2010/12/28 18:33:47 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/helper/SC_Helper_PageLayout.php
r19768 r19777 64 64 $arrPageLayout = $arrPageData[0]; 65 65 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"; 67 67 68 68 // ページタイトルを設定
Note: See TracChangeset
for help on using the changeset viewer.
