Ignore:
Timestamp:
Feb 27, 2008, 3:31:51 AM (16 years ago)
Author:
rvelices
Message:
  • first smarty use ... (in admin.php and admin plugins page)
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        77upgrade65.log
        88fstats
         9_data
  • trunk/include/config_default.inc.php

    r2155 r2216  
    427427// accessed
    428428$conf['debug_l10n'] = false;
     429
     430// activate template debugging - a new window will appear
     431$conf['debug_template'] = false;
    429432
    430433// die_on_sql_error: if an SQL query fails, should everything stop?
     
    700703$conf['light_slideshow'] = true;
    701704
     705// the local data directory is used to store data such as compiled templates
     706// or other plugin variables etc
     707$conf['local_data_dir'] = dirname(dirname(__FILE__)).'/_data';
    702708?>
Note: See TracChangeset for help on using the changeset viewer.