Ignore:
Timestamp:
2008/08/28 08:53:24 (18 years ago)
Author:
Seasoft
Message:

merge 17197,17196,17195,17199,17200,17202,17208

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/util/SC_Utils.php

    r17522 r17567  
    12561256    } 
    12571257 
    1258     // 出力の際にテンプレートを切り替えられる 
    1259     /* 
    1260         index.php?tpl=test.tpl 
    1261     */ 
     1258    /** 
     1259     * テンプレートを切り替えて出力する 
     1260     * 
     1261     * @deprecated 2008/04/02以降使用不可 
     1262     */ 
    12621263    function sfCustomDisplay(&$objPage, $is_mobile = false) { 
    12631264        $basename = basename($_SERVER["REQUEST_URI"]); 
     
    12781279 
    12791280        $template_path = TEMPLATE_FTP_DIR . $tpl_name; 
    1280  
     1281echo $template_path; 
    12811282        if($is_mobile === true) { 
    12821283            $objView = new SC_MobileView(); 
Note: See TracChangeset for help on using the changeset viewer.