Changeset 16 for trunk/dotnode-error.php

Show
Ignore:
Timestamp:
08/10/05 21:20:03 (7 years ago)
Author:
alexx
Message:
  • cleanup crapy code in dotnode-xml.php
  • include new Smarty_dotnode object to fix #14
  • modify reset_data.sh bash script to fix log problem
  • remove hardcoded ini_set error_log in config (it must bi fixed in vhost, or if not possible: in config_server.inc.php
  • fix impossibility to change language in dotpage (cookie name not set correctly)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dotnode-error.php

    r10 r16  
    2626include('../includes/config/global.inc.php'); 
    2727 
    28 $smarty = new Smarty; 
    29  
    30 $smarty->template_dir = SMARTYPATH.'/templates/'; 
    31 $smarty->compile_dir = SMARTYPATH.'/templates_c/'; 
    32 $smarty->config_dir = SMARTYPATH.'/configs/'; 
    33 $smarty->cache_dir = SMARTYPATH.'/cache/'; 
    34 $smarty->register_block('t', 'smarty_translate'); 
    35 $smarty->use_sub_dirs = true; 
     28$smarty = new Smarty_dotnode; 
    3629 
    3730$token = retreive_url_info($_SERVER['PHP_SELF']);