1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 21:32:09 +02:00

Bugtracker #5148 - can't display poll menu and main page together - thanks Dolphin 713

This commit is contained in:
e107steved
2011-01-14 18:29:06 +00:00
parent 0c794e2fb4
commit c8273d06c4
6 changed files with 60 additions and 39 deletions

View File

@@ -2,28 +2,26 @@
/*
* e107 website system
*
* Copyright (C) 2008-2009 e107 Inc (e107.org)
* Copyright (C) 2008-2011 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
* Poll plugin main page display
*
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/poll/poll.php,v $
* $Revision$
* $Date$
* $Author$
* $URL$
* $Id$
*/
require_once("../../class2.php");
require_once('../../class2.php');
if (!plugInstalled('poll'))
{
header("Location: ".e_BASE."index.php");
header('Location: '.e_BASE.'index.php');
exit;
}
require_once(HEADERF);
require_once(e_PLUGIN."poll/poll_menu.php");
require(e_PLUGIN.'poll/poll_menu.php');
require_once(FOOTERF);