Ignore:
Timestamp:
2006/08/30 09:59:00 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_View.php

    r2807 r2808  
    107107class SC_AdminView extends SC_View{ 
    108108    function SC_AdminView() { 
    109         parent::SC_View(); 
     109        parent::SC_View(false); 
    110110        $this->_smarty->template_dir = TEMPLATE_ADMIN_DIR; 
    111111        $this->_smarty->compile_dir = COMPILE_ADMIN_DIR; 
Note: See TracChangeset for help on using the changeset viewer.