]> git.vanrenterghem.biz Git - www.vanrenterghem.biz.git/blobdiff - phpBB2/admin/xs_frame_top.php
Verwijder verouderde bestanden.
[www.vanrenterghem.biz.git] / phpBB2 / admin / xs_frame_top.php
diff --git a/phpBB2/admin/xs_frame_top.php b/phpBB2/admin/xs_frame_top.php
deleted file mode 100644 (file)
index 60783dc..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-<?php\r
-\r
-/***************************************************************************\r
- *                             xs_frame_top.php\r
- *                             ----------------\r
- *   copyright            : (C) 2003 - 2005 CyberAlien\r
- *   support              : http://www.phpbbstyles.com\r
- *\r
- *   version              : 2.3.1\r
- *\r
- *   file revision        : 70\r
- *   project revision     : 78\r
- *   last modified        : 05 Dec 2005  13:54:54\r
- *\r
- ***************************************************************************/\r
-\r
-/***************************************************************************\r
- *\r
- *   This program is free software; you can redistribute it and/or modify\r
- *   it under the terms of the GNU General Public License as published by\r
- *   the Free Software Foundation; either version 2 of the License, or\r
- *   (at your option) any later version.\r
- *\r
- ***************************************************************************/\r
-\r
-define('IN_PHPBB', 1);\r
-$phpbb_root_path = "./../";\r
-$no_page_header = true;\r
-require($phpbb_root_path . 'extension.inc');\r
-require('./pagestart.' . $phpEx);\r
-\r
-define('IN_XS', true);\r
-define('NO_XS_HEADER', true);\r
-include_once('xs_include.' . $phpEx);\r
-\r
-$template->set_filenames(array('body' => XS_TPL_PATH . 'frame_top.tpl'));\r
-\r
-$template->assign_block_vars('left_nav', array(\r
-       'URL'   => append_sid('xs_index.'.$phpEx),\r
-       'TEXT'  => $lang['xs_menu_lc']\r
-       ));\r
-/* $template->assign_block_vars('left_nav', array(\r
-       'URL'   => append_sid('xs_download.'.$phpEx),\r
-       'TEXT'  => $lang['xs_download_styles_lc']\r
-       )); */\r
-$template->assign_block_vars('left_nav', array(\r
-       'URL'   => append_sid('xs_import.'.$phpEx),\r
-       'TEXT'  => $lang['xs_import_styles_lc']\r
-       ));\r
-$template->assign_block_vars('left_nav', array(\r
-       'URL'   => append_sid('xs_install.'.$phpEx),\r
-       'TEXT'  => $lang['xs_install_styles_lc']\r
-       ));\r
-$template->assign_block_vars('left_nav', array(\r
-       'URL'   => 'http://www.phpbbstyles.com',\r
-       'TEXT'  => $lang['xs_support_forum_lc']\r
-       ));\r
-\r
-\r
-$template->pparse('body');\r
-xs_exit();\r
-\r
-?>
\ No newline at end of file