summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2007-03-20 21:32:09 +0000
committerwjames5 <will@tekimaki.com>2007-03-20 21:32:09 +0000
commit10439da1c2bce1f5c503efffdbe7359f0663ca99 (patch)
tree8492b0d46cb1a531938b525de00a4307b55b5b71 /index.php
parent8b1819cc41ae73108fc7e1b640121d0bad6ed8aa (diff)
downloadtags-10439da1c2bce1f5c503efffdbe7359f0663ca99.tar.gz
tags-10439da1c2bce1f5c503efffdbe7359f0663ca99.tar.bz2
tags-10439da1c2bce1f5c503efffdbe7359f0663ca99.zip
add perms and editing interface so you can fix or kill bad tags
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.php b/index.php
index 1d6c98e..0298522 100644
--- a/index.php
+++ b/index.php
@@ -9,6 +9,8 @@ $tag = new LibertyTag();
$listHash = $_REQUEST;
$tagHash = $_REQUEST;
+$gBitSmarty->assign( 'cloud', TRUE );
+
if( isset($_REQUEST['tags']) ){
$listData = $tag->getContentList( $listHash );
$tagData = $tag->getList( $tagHash );