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 | |
| 3 | if( ! defined( 'TC_CONSTANTS_LOADED' ) ) { |
| 4 | |
| 5 | define('TC_CONSTANTS_LOADED',1); |
| 6 | |
| 7 | define('TC_REWRITE_DIR' , 'rewrite/'); |
| 8 | define('TC_REWRITE_FILENAME_FMT','tc_%s.html'); |
| 9 | |
| 10 | define('TC_WRAPTYPE_NONE',0); |
| 11 | define('TC_WRAPTYPE_NORMAL',1); |
| 12 | define('TC_WRAPTYPE_CONTENTBASE',2); |
| 13 | define('TC_WRAPTYPE_USEREWRITE',3); |
| 14 | define('TC_WRAPTYPE_CHANGESRCHREF',4); |
| 15 | |
| 16 | } |
| 17 | |
| 18 | ?> |
Note: See TracBrowser
for help on using the repository browser.
