diff options
| author | Christian Fowler <spider@viovio.com> | 2006-08-31 06:53:16 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-08-31 06:53:16 +0000 |
| commit | 923c45b2c9253301418af3cf75be57957a97d5f0 (patch) | |
| tree | 5799cae1eedd2148613f2dad47033081f67ec9ed /LibertySystem.php | |
| parent | da81367bd76ed7cbd08fa9a7ada74a175f6df7ba (diff) | |
| download | liberty-923c45b2c9253301418af3cf75be57957a97d5f0.tar.gz liberty-923c45b2c9253301418af3cf75be57957a97d5f0.tar.bz2 liberty-923c45b2c9253301418af3cf75be57957a97d5f0.zip | |
add FORUM service to bitboards so content comments now appear in linked board. it looks very, very cool. way to go Hash9.
Diffstat (limited to 'LibertySystem.php')
| -rwxr-xr-x | LibertySystem.php | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/LibertySystem.php b/LibertySystem.php index fb7bcf0..7e057c8 100755 --- a/LibertySystem.php +++ b/LibertySystem.php @@ -3,7 +3,7 @@ * System class for handling the liberty package * * @package liberty -* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.40 2006/08/26 21:12:00 jht001 Exp $ +* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.41 2006/08/31 06:53:16 spiderr Exp $ * @author spider <spider@steelsun.com> */ @@ -31,16 +31,17 @@ define( 'DATA_PLUGIN', 'data' ); define( 'LIBERTY_SERVICE_ACCESS_CONTROL', 'access_control' ); define( 'LIBERTY_SERVICE_CATEGORIZATION', 'categorization' ); define( 'LIBERTY_SERVICE_COMMERCE', 'commerce' ); +define( 'LIBERTY_SERVICE_CONTENT_TEMPLATES', 'content_templates'); +define( 'LIBERTY_SERVICE_DOCUMENT_GENERATION', 'document_generation' ); +define( 'LIBERTY_SERVICE_FORUMS', 'forums' ); +define( 'LIBERTY_SERVICE_GEO', 'global_positioning' ); +define( 'LIBERTY_SERVICE_MAPS', 'map_display' ); define( 'LIBERTY_SERVICE_METADATA', 'metadata' ); define( 'LIBERTY_SERVICE_MENU', 'menu' ); -define( 'LIBERTY_SERVICE_DOCUMENT_GENERATION', 'document_generation' ); -define( 'LIBERTY_SERVICE_SEARCH', 'search'); define( 'LIBERTY_SERVICE_RATING', 'rating'); +define( 'LIBERTY_SERVICE_SEARCH', 'search'); define( 'LIBERTY_SERVICE_TRANSLATION', 'translation'); define( 'LIBERTY_SERVICE_TRANSLITERATION', 'transliteration'); -define( 'LIBERTY_SERVICE_CONTENT_TEMPLATES', 'content_templates'); -define( 'LIBERTY_SERVICE_GEO', 'global_positioning' ); -define( 'LIBERTY_SERVICE_MAPS', 'map_display' ); define( 'LIBERTY_TEXT_AREA', 'editliberty'); define( 'LIBERTY_UPLOAD', 'upload'); |
