forked from science-ation/science-ation
This commit is contained in:
parent
f52973b6c3
commit
d1e12fd3c8
@ -32,7 +32,9 @@
|
|||||||
send_header("Administration",
|
send_header("Administration",
|
||||||
array('Committee Main' => 'committee_main.php'),
|
array('Committee Main' => 'committee_main.php'),
|
||||||
"administration");
|
"administration");
|
||||||
|
|
||||||
draw_chatbox('general');
|
draw_chatbox('general');
|
||||||
|
|
||||||
echo "<table class=\"adminconfigtable\">";
|
echo "<table class=\"adminconfigtable\">";
|
||||||
echo " <tr>";
|
echo " <tr>";
|
||||||
echo " <td><a href=\"registration.php\">".theme_icon("participant_registration")."<br />".i18n("Participant Registration")."</a></td>";
|
echo " <td><a href=\"registration.php\">".theme_icon("participant_registration")."<br />".i18n("Participant Registration")."</a></td>";
|
||||||
|
@ -31,6 +31,8 @@
|
|||||||
array('Committee Main' => 'committee_main.php')
|
array('Committee Main' => 'committee_main.php')
|
||||||
,"configuration"
|
,"configuration"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
draw_chatbox('general');
|
draw_chatbox('general');
|
||||||
|
|
||||||
echo "<table class=\"adminconfigtable\">";
|
echo "<table class=\"adminconfigtable\">";
|
||||||
|
Loading…
Reference in New Issue
Block a user