diff --git a/admin/index.php b/admin/index.php index 98784d02..aa1da1c3 100644 --- a/admin/index.php +++ b/admin/index.php @@ -25,13 +25,14 @@ require_once("../common.inc.php"); require_once("../user.inc.php"); require_once("../committee.inc.php"); + require_once("../chat.inc.php"); user_auth_required('committee','admin'); send_header("Administration", array('Committee Main' => 'committee_main.php'), "administration"); - + draw_chatbox('general'); echo ""; echo " "; echo " "; diff --git a/chat.ajax.php b/chat.ajax.php new file mode 100644 index 00000000..d364958e --- /dev/null +++ b/chat.ajax.php @@ -0,0 +1,26 @@ + + Copyright (C) 2005-2008 James Grant + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public + License as published by the Free Software Foundation, version 2. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; see the file COPYING. If not, write to + the Free Software Foundation, Inc., 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. +*/ +?> + + + +
+
+
+ + +
+
+
+	
+%1",array($_SESSION['name'])); echo "
"; diff --git a/config/index.php b/config/index.php index 95fc9e54..daec6988 100644 --- a/config/index.php +++ b/config/index.php @@ -24,13 +24,14 @@ 'committee_main.php') ,"configuration" ); - +draw_chatbox('general'); echo "
".theme_icon("participant_registration")."
".i18n("Participant Registration")."
"; echo " ";