Update config template files
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/********************************************************************
|
/********************************************************************
|
||||||
* AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org)
|
* AUTHOR: Clemens Schwaighofer
|
||||||
* CREATED: 2003/06/10
|
* CREATED: 2003/06/10
|
||||||
* SHORT DESCRIPTION:
|
* SHORT DESCRIPTION:
|
||||||
* configuration file
|
* configuration file
|
||||||
@@ -59,6 +59,8 @@ DEFINE('VIDEOS', "videos".DS);
|
|||||||
DEFINE('DOCUMENTS', "documents".DS);
|
DEFINE('DOCUMENTS', "documents".DS);
|
||||||
// files (pdfs) (below media)
|
// files (pdfs) (below media)
|
||||||
DEFINE('PDFS', "documents".DS);
|
DEFINE('PDFS', "documents".DS);
|
||||||
|
// CSV
|
||||||
|
DEFINE('CSV', 'csv'.DS);
|
||||||
// css
|
// css
|
||||||
DEFINE('CSS', "css".DS);
|
DEFINE('CSS', "css".DS);
|
||||||
// js
|
// js
|
||||||
@@ -75,6 +77,8 @@ DEFINE('CACHE', "cache".DS);
|
|||||||
DEFINE('TMP', "tmp".DS);
|
DEFINE('TMP', "tmp".DS);
|
||||||
// log files
|
// log files
|
||||||
DEFINE('LOG', 'log'.DS);
|
DEFINE('LOG', 'log'.DS);
|
||||||
|
// compiled template folder
|
||||||
|
DEFINE('TEMPLATES_C', 'templates_c'.DS);
|
||||||
// template base
|
// template base
|
||||||
DEFINE('TEMPLATES', "templates".DS);
|
DEFINE('TEMPLATES', "templates".DS);
|
||||||
// frontend template dir', only for admin
|
// frontend template dir', only for admin
|
||||||
@@ -141,6 +145,7 @@ DEFINE('MASTER_TEMPLATE_NAME', 'main_body.tpl');
|
|||||||
DEFINE('PUBLIC_SCHEMA', 'public');
|
DEFINE('PUBLIC_SCHEMA', 'public');
|
||||||
DEFINE('DEV_SCHEMA', 'public');
|
DEFINE('DEV_SCHEMA', 'public');
|
||||||
DEFINE('TEST_SCHEMA', 'public');
|
DEFINE('TEST_SCHEMA', 'public');
|
||||||
|
DEFINE('LIVE_SCHEMA', 'public');
|
||||||
|
|
||||||
// non constant part
|
// non constant part
|
||||||
/************* DB ACCESS *****************/
|
/************* DB ACCESS *****************/
|
||||||
|
|||||||
Reference in New Issue
Block a user