mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 12:14:06 +02:00
Removed separate header/footers and moved into each pages body
git-svn-id: file:///svn/phpbb/trunk@311 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -22,29 +22,6 @@
|
||||
*
|
||||
***************************************************************************/
|
||||
|
||||
//
|
||||
// Load/parse the footer template we need based on pagetype.
|
||||
//
|
||||
switch($pagetype)
|
||||
{
|
||||
case 'index':
|
||||
$template->pparse("footer");
|
||||
break;
|
||||
|
||||
case 'viewforum':
|
||||
$template->pparse("footer");
|
||||
break;
|
||||
|
||||
case 'viewtopic':
|
||||
$template->pparse("footer");
|
||||
break;
|
||||
|
||||
case 'viewonline':
|
||||
$template->pparse("footer");
|
||||
break;
|
||||
|
||||
}
|
||||
|
||||
//
|
||||
// Show the overall footer.
|
||||
//
|
||||
|
Reference in New Issue
Block a user