diff options
Diffstat (limited to 'phpBB/install/index.php')
| -rwxr-xr-x | phpBB/install/index.php | 10 |
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() |
