Ignore:
Timestamp:
Feb 26, 2004, 7:33:45 PM (20 years ago)
Author:
gweltas
Message:

New default template - User side

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/constants.php

    r362 r375  
    2626// +-----------------------------------------------------------------------+
    2727
    28 define( 'PREFIX_INCLUDE', '' );
    29  
    3028// Debug Level
    3129define('DEBUG', 1); // Debugging on
     
    3836define('CRITICAL_ERROR', 204);
    3937
    40 // xml tags
    41 define( 'ATT_REG', '\w+' );
    42 define( 'VAL_REG', '[^"]*' );
    43  
    4438// Table names
    4539define('CATEGORIES_TABLE', $table_prefix.'categories');
Note: See TracChangeset for help on using the changeset viewer.