forked from science-ation/science-ation
Fix website content management icon name
This commit is contained in:
parent
0629f5acf7
commit
32dfcda427
@ -87,7 +87,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><a href=\"cms.php\">".theme_icon("websitecontentmanagement")."<br />".i18n("Website Content Management")."</a></td>";
|
||||
echo " <td><a href=\"cms.php\">".theme_icon("website_content_management")."<br />".i18n("Website Content Management")."</a></td>";
|
||||
echo " <td></td>";
|
||||
echo " <td></td>";
|
||||
echo " </tr>\n";
|
||||
|
Loading…
Reference in New Issue
Block a user