source: temp/test-xoops.ec-cube.net/html/modules/tinyd0/include/constants.inc.php @ 405

Revision 405, 353 bytes checked in by root, 20 years ago (diff)
Line 
1<?php
2
3if( ! defined( 'TC_CONSTANTS_LOADED' ) ) {
4
5define('TC_CONSTANTS_LOADED',1);
6
7define('TC_REWRITE_DIR' , 'rewrite/');
8define('TC_REWRITE_FILENAME_FMT','tc_%s.html');
9
10define('TC_WRAPTYPE_NONE',0);
11define('TC_WRAPTYPE_NORMAL',1);
12define('TC_WRAPTYPE_CONTENTBASE',2);
13define('TC_WRAPTYPE_USEREWRITE',3);
14define('TC_WRAPTYPE_CHANGESRCHREF',4);
15
16}
17
18?>
Note: See TracBrowser for help on using the repository browser.