diff options
| author | James Atkinson <thefinn@users.sourceforge.net> | 2001-02-23 21:50:53 +0000 |
|---|---|---|
| committer | James Atkinson <thefinn@users.sourceforge.net> | 2001-02-23 21:50:53 +0000 |
| commit | f8f5458de8aa4f8ecb8fed0decc71a9fdf2ca02e (patch) | |
| tree | 4117f495f5b74bf632f4390b487aab7698e60122 /phpBB/page_tail.php | |
| parent | 52544a73858205d7aad76d5ca61390a2d4fbd809 (diff) | |
| download | forums-f8f5458de8aa4f8ecb8fed0decc71a9fdf2ca02e.tar forums-f8f5458de8aa4f8ecb8fed0decc71a9fdf2ca02e.tar.gz forums-f8f5458de8aa4f8ecb8fed0decc71a9fdf2ca02e.tar.bz2 forums-f8f5458de8aa4f8ecb8fed0decc71a9fdf2ca02e.tar.xz forums-f8f5458de8aa4f8ecb8fed0decc71a9fdf2ca02e.zip | |
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@35 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/page_tail.php')
| -rw-r--r-- | phpBB/page_tail.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/page_tail.php b/phpBB/page_tail.php index 1e9155cb9c..b9d2c60548 100644 --- a/phpBB/page_tail.php +++ b/phpBB/page_tail.php @@ -28,6 +28,11 @@ switch($pagetype) case 'index': $template->pparse("output", "footer"); break; + case 'viewforum': + $jump_box = make_jumpbox($db, $phpEx); + $template->set_var(array("JUMPBOX" => $jump_box)); + $template->pparse("output", "footer"); + break; } // Show the overall footer. |
