Ignore:
Timestamp:
2012/06/19 18:01:38 (12 years ago)
Author:
pineray
Message:

#1669 #1859 初期化漏れ、無駄な変数等

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/SC_View.php

    r21867 r21926  
    7878 
    7979    // テンプレートの処理結果を取得 
    80     function fetch($template, $no_error=false) { 
     80    function fetch($template) { 
    8181        return $this->_smarty->fetch($template); 
    8282    } 
     
    192192    /* サイト初期設定 */ 
    193193    function initpath() { 
    194  
     194        $array = array(); 
    195195        $array['tpl_mainnavi'] = realpath(dirname(__FILE__)) . '/../Smarty/templates/frontparts/mainnavi.tpl'; 
    196196 
Note: See TracChangeset for help on using the changeset viewer.