Changeset 16856


Ignore:
Timestamp:
2007/12/02 14:10:18 (16 years ago)
Author:
adachi
Message:

テンプレートパス修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/upgrade/LC_Page_Upgrade_ProductsList.php

    r16855 r16856  
    130130            $objView->assign('arrProducts', $arrProducts); 
    131131 
    132             $template = 'admin/ownersstore/products_list.tpl'; 
     132            $template = 'ownersstore/products_list.tpl'; 
    133133 
    134134            if (!$objView->_smarty->template_exists($template)) { 
    135135                $objLog->log('* template not exist, use default template'); 
    136                 $objLog->log($objView->_smarty->template_dir); 
    137  
    138                 $template = DATA_PATH . 'Smarty/templates/default/' . $template; 
     136                // デフォルトテンプレートを使用 
     137                $template = DATA_PATH . 'Smarty/templates/default/admin/' . $template; 
    139138            } 
    140139 
Note: See TracChangeset for help on using the changeset viewer.