diff options
| author | wjames5 <will@tekimaki.com> | 2007-03-20 21:32:09 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2007-03-20 21:32:09 +0000 |
| commit | 10439da1c2bce1f5c503efffdbe7359f0663ca99 (patch) | |
| tree | 8492b0d46cb1a531938b525de00a4307b55b5b71 /index.php | |
| parent | 8b1819cc41ae73108fc7e1b640121d0bad6ed8aa (diff) | |
| download | tags-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.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ); |
