aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-07-06 17:07:01 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-07-06 17:07:01 +0000
commit8c128de642207142bf599fcf9d78c2b0e705e351 (patch)
treef2be5275eb4376d74c5610c6ba08176ab5bb9927 /phpBB/install
parent462dc69b8e8568f4656675b31b99a31ad98e1331 (diff)
downloadforums-8c128de642207142bf599fcf9d78c2b0e705e351.tar
forums-8c128de642207142bf599fcf9d78c2b0e705e351.tar.gz
forums-8c128de642207142bf599fcf9d78c2b0e705e351.tar.bz2
forums-8c128de642207142bf599fcf9d78c2b0e705e351.tar.xz
forums-8c128de642207142bf599fcf9d78c2b0e705e351.zip
Change meta handling, we can use existing functions for what we need and remove the redundant code
git-svn-id: file:///svn/phpbb/trunk@6150 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-rwxr-xr-xphpBB/install/index.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php
index 15e6f6aa6f..51ab82ba3c 100755
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -313,8 +313,6 @@ class module
'L_INSTALL_PANEL' => $lang['INSTALL_PANEL'],
'PAGE_TITLE' => $this->get_page_title(),
- 'META' => $this->get_meta(),
-
'S_CONTENT_DIRECTION' => $lang['DIRECTION'],
'S_CONTENT_ENCODING' => $lang['ENCODING'],
'S_CONTENT_DIR_LEFT' => $lang['LEFT'],
@@ -375,14 +373,6 @@ class module
}
/**
- * Returns the desired meta tags for the page
- */
- function get_meta()
- {
- return (isset($this->module->meta)) ? $this->module->meta : '';
- }
-
- /**
* Generate the navigation tabs
*/
function generate_navigation()