1
0
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:
Paul S. Owen
2001-05-17 14:48:39 +00:00
parent dcf65b486e
commit b621f70cd1
14 changed files with 961 additions and 712 deletions

View File

@@ -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.
//