diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-04-19 21:17:16 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-04-19 21:17:16 +0000 |
| commit | 562a2e559296b71ea673b609a183dcd8bfa15710 (patch) | |
| tree | 6e59cc2bc2d36372601ea3551e2ad6ec0d401a88 /phpBB/index.php | |
| parent | 895ac6e0dfc339629497a2d165bd92297e5fe500 (diff) | |
| download | forums-562a2e559296b71ea673b609a183dcd8bfa15710.tar forums-562a2e559296b71ea673b609a183dcd8bfa15710.tar.gz forums-562a2e559296b71ea673b609a183dcd8bfa15710.tar.bz2 forums-562a2e559296b71ea673b609a183dcd8bfa15710.tar.xz forums-562a2e559296b71ea673b609a183dcd8bfa15710.zip | |
Minor cleanup
git-svn-id: file:///svn/phpbb/trunk@194 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/index.php')
| -rw-r--r-- | phpBB/index.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/phpBB/index.php b/phpBB/index.php index 73d4ff59fb..1c9c1a0738 100644 --- a/phpBB/index.php +++ b/phpBB/index.php @@ -106,8 +106,8 @@ if($total_categories) for($i = 0; $i < $total_categories; $i++) { $template->assign_block_vars("catrow", - array("CAT_ID" => $category_rows[$i]["cat_id"], - "PHP_SELF" => $PHP_SELF, + array( + "CAT_ID" => $category_rows[$i]["cat_id"], "POST_FORUM_URL" => POST_FORUM_URL, "CAT_DESC" => stripslashes($category_rows[$i]["cat_title"]) ) @@ -165,7 +165,6 @@ if($total_categories) "FORUM_ID" => $forum_rows[$j]["forum_id"], "FORUM_DESC" => stripslashes($forum_rows[$j]["forum_desc"]), "ROW_COLOR" => $row_color, - "PHPEX" => $phpEx, "POSTS" => $forum_rows[$j]["forum_posts"], "TOPICS" => $forum_rows[$j]["forum_topics"], "LAST_POST" => $last_post, |
