diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-04-19 22:24:13 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-04-19 22:24:13 +0000 |
commit | d133dc9874f8a56d87e002777a186379062061b7 (patch) | |
tree | a6b86033236db9527364424a4678aef016783a1c /phpBB/index.php | |
parent | 562a2e559296b71ea673b609a183dcd8bfa15710 (diff) | |
download | forums-d133dc9874f8a56d87e002777a186379062061b7.tar forums-d133dc9874f8a56d87e002777a186379062061b7.tar.gz forums-d133dc9874f8a56d87e002777a186379062061b7.tar.bz2 forums-d133dc9874f8a56d87e002777a186379062061b7.tar.xz forums-d133dc9874f8a56d87e002777a186379062061b7.zip |
Templating var assignment changes and various updates or fixes
git-svn-id: file:///svn/phpbb/trunk@195 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/index.php')
-rw-r--r-- | phpBB/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/index.php b/phpBB/index.php index 1c9c1a0738..171d77eb36 100644 --- a/phpBB/index.php +++ b/phpBB/index.php @@ -108,7 +108,6 @@ if($total_categories) $template->assign_block_vars("catrow", array( "CAT_ID" => $category_rows[$i]["cat_id"], - "POST_FORUM_URL" => POST_FORUM_URL, "CAT_DESC" => stripslashes($category_rows[$i]["cat_title"]) ) ); |