forked from science-ation/science-ation
Move cms from config to admin
Add icon and link it into the admin index
This commit is contained in:
parent
15cb1f9782
commit
cbf1c371ff
@ -23,7 +23,7 @@
|
||||
<?
|
||||
require("../common.inc.php");
|
||||
require_once("../user.inc.php");
|
||||
user_auth_required('committee', 'config');
|
||||
user_auth_required('committee', 'admin');
|
||||
|
||||
//make sure storage folder exists
|
||||
if(!file_exists("../data/userfiles"))
|
@ -88,7 +88,7 @@
|
||||
echo "<table class=\"adminconfigtable\">";
|
||||
echo " <tr>";
|
||||
echo " <td><a href=\"communication.php\">".theme_icon("communication")."<br />".i18n("Communication (Send Emails)")."</a></td>";
|
||||
echo " <td></td>";
|
||||
echo " <td><a href=\"cms.php\">".theme_icon("websitecontentmanagement")."<br />".i18n("Website Content Management")."</a></td>";
|
||||
echo " <td></td>";
|
||||
echo " <td></td>";
|
||||
echo " </tr>\n";
|
||||
|
BIN
theme/default/icons/toggle_log.png
Normal file
BIN
theme/default/icons/toggle_log.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
@ -42,6 +42,7 @@
|
||||
$theme['icons']['one-click_cwsf_registration']="flag-blue.png";
|
||||
$theme['icons']['one-click_ysf_affiliation_stats']="flag-green.png";
|
||||
$theme['icons']['communication']="mail-mark-unread.png";
|
||||
$theme['icons']['websitecontentmanagement']="toggle_log.png";
|
||||
|
||||
//CONFIG ICONS
|
||||
$theme['icons']['configuration_variables']="";
|
||||
|
Loading…
Reference in New Issue
Block a user