Ignore:
Timestamp:
09/22/07 00:08:35 (5 years ago)
Author:
hverton
Message:

changed copyright notice
changed Smarty directory pli-plugins to custom-plugins
added Smarty buttonlink function, to replace image buttons by real buttons using a locale for the button text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/tools/create_dbsetup.php

    r831 r834  
    4040$config .= "<?php".$crlf; 
    4141$config .= "//----------------------------------------------------------".$crlf; 
    42 $config .= "// PLi-Fusion file : dbsetup_include.php".$crlf; 
     42$config .= "// ExiteCMS file : dbsetup_include.php".$crlf; 
    4343$config .= "// Date generated  : `".date("d/m/Y H:i")."`".$crlf; 
    4444$config .= "//----------------------------------------------------------".$crlf; 
    45 $config .= $crlf."define('PLI_VERSION', '".$settings['version']."');".$crlf; 
    46 $config .= "define('PLI_REVISION', '".$settings['revision']."');".$crlf; 
     45$config .= $crlf."define('CMS_VERSION', '".$settings['version']."');".$crlf; 
     46$config .= "define('CMS_REVISION', '".$settings['revision']."');".$crlf; 
    4747$config .= $crlf."if (\$step == 1) {".$crlf; 
    4848$config .= $crlf."$"."fail = ".'"0"'.";".$crlf; 
Note: See TracChangeset for help on using the changeset viewer.