Ignore:
Timestamp:
2008/04/02 16:03:31 (16 years ago)
Author:
satou
Message:

SC_Utils::sfCustomDisplay@deprecated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2/data/class/util/SC_Utils.php

    r17121 r17199  
    12211221    } 
    12221222 
    1223     // 出力の際にテンプレートを切り替えられる 
    1224     /* 
    1225         index.php?tpl=test.tpl 
    1226     */ 
     1223    /** 
     1224     * テンプレートを切り替えて出力する 
     1225     * 
     1226     * @deprecated 2008/04/02以降使用不可 
     1227     */ 
    12271228    function sfCustomDisplay(&$objPage, $is_mobile = false) { 
    12281229        $basename = basename($_SERVER["REQUEST_URI"]); 
     
    12431244 
    12441245        $template_path = TEMPLATE_FTP_DIR . $tpl_name; 
    1245  
     1246echo $template_path; 
    12461247        if($is_mobile === true) { 
    12471248            $objView = new SC_MobileView(); 
Note: See TracChangeset for help on using the changeset viewer.