const.Paths.php

Go to the documentation of this file.
00001 <?php
00002   //constants of the paths in the application
00003 define('WEBAPP_PATH', 'web_app/');
00004 define('GRAPHICS',    'graphics/');
00005 define('CSS',         'css/');
00006 define('TPL',         'templates/');
00007 define('MENU',        TPL.'main/menu/');
00008 define('DOCBOOK',     TPL.'docbook/');
00009 define('ADMIN',       TPL.'admin/');
00010 define('SCRIPTS',     TPL.'scripts/');
00011 
00012 define('XSLT',        'xsl_transform/');
00013 define('WOBJ',        'webobjects/');
00014 
00015 define('CONTENT',     'content/');
00016 define('BOOKS',       CONTENT.'books/xml/');
00017 define('SVN',         CONTENT.'books/svn/');
00018 define('CACHE',       CONTENT.'books/cache/');
00019 
00020 define('WORKSPACE',   'content/workspace/');
00021 define('WS_BOOKS',    WORKSPACE.'xml/');
00022 define('WS_CACHE',    WORKSPACE.'cache/');
00023 ?>

Generated on Wed Jan 9 08:27:32 2008 for DokBookWiki by  doxygen 1.5.2