Fix website content management icon name

This commit is contained in:
james 2008-08-22 20:48:50 +00:00
parent 0629f5acf7
commit 32dfcda427

View File

@ -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";