summaryrefslogtreecommitdiff
path: root/LibertySystem.php
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2007-04-07 18:42:22 +0000
committerwjames5 <will@tekimaki.com>2007-04-07 18:42:22 +0000
commit6caccb87ff1f0fec41fe7bdeae9d735e9a3fcff9 (patch)
tree9738e116e17ba798ce158e970ab6b44dc698b7ac /LibertySystem.php
parente9b05de00b8d166641e267439c5960816d12f48e (diff)
downloadliberty-6caccb87ff1f0fec41fe7bdeae9d735e9a3fcff9.tar.gz
liberty-6caccb87ff1f0fec41fe7bdeae9d735e9a3fcff9.tar.bz2
liberty-6caccb87ff1f0fec41fe7bdeae9d735e9a3fcff9.zip
add last_modified header to content list table
Diffstat (limited to 'LibertySystem.php')
-rwxr-xr-xLibertySystem.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/LibertySystem.php b/LibertySystem.php
index f367109..13ea58c 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.67 2007/03/31 20:01:22 squareing Exp $
+* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.68 2007/04/07 18:42:22 wjames5 Exp $
* @author spider <spider@steelsun.com>
*/
@@ -42,6 +42,7 @@ define( 'LIBERTY_SERVICE_MENU', 'menu' );
define( 'LIBERTY_SERVICE_RATING', 'rating');
define( 'LIBERTY_SERVICE_SEARCH', 'search');
define( 'LIBERTY_SERVICE_TAGS', 'tags');
+define( 'LIBERTY_SERVICE_TOPICA', 'topica');
define( 'LIBERTY_SERVICE_TRANSLATION', 'translation');
define( 'LIBERTY_SERVICE_TRANSLITERATION', 'transliteration');