Changeset 861 in ExiteCMS for trunk/includes/core_functions.php


Ignore:
Timestamp:
10/02/07 22:23:07 (5 years ago)
Author:
hverton
Message:

moved more templates to the template include directory
download panel had problems displaying an odd number of categories
make more modules xhtml compliant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/core_functions.php

    r858 r861  
    8282define("PATH_PM_ATTACHMENTS", PATH_ROOT."files/pm_attachments/"); 
    8383 
    84 // mark that ExiteCMS is properly initialized 
     84// mark that CMS Engine is properly initialized 
     85define("INIT_CMS_OK", TRUE); 
    8586define("ExiteCMS_INIT", TRUE); 
    8687 
     
    8990    @include_once PATH_ROOT."config.php"; 
    9091} 
     92 
    9193// if config.php is absent or empty, bail out with an error 
    9294if (!isset($db_name)) die('FATAL ERROR: config file is missing. Check the documentation on how to perform the setup'); 
Note: See TracChangeset for help on using the changeset viewer.