Ignore:
Timestamp:
2012/09/23 06:22:00 (12 years ago)
Author:
pineray
Message:

不要な処理を削除.

File:
1 edited

Legend:

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

    r21926 r22037  
    190190    } 
    191191 
    192     /* サイト初期設定 */ 
    193     function initpath() { 
    194         $array = array(); 
    195         $array['tpl_mainnavi'] = realpath(dirname(__FILE__)) . '/../Smarty/templates/frontparts/mainnavi.tpl'; 
    196  
    197         $objDb = new SC_Helper_DB_Ex(); 
    198         $array['tpl_root_id'] = $objDb->sfGetRootId(); 
    199         $this->assignarray($array); 
    200     } 
    201  
    202192    /** 
    203193     * テンプレートパスをアサインする. 
Note: See TracChangeset for help on using the changeset viewer.