Hmm, re-add the "Internal Document Management" that somehow got left out from the conversion to icons!

This commit is contained in:
james 2008-09-17 14:30:18 +00:00
parent 642dac036f
commit 87841466e6

View File

@ -88,9 +88,9 @@
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=\"documents.php\">".theme_icon("internal_document_management")."<br />".i18n("Internal Document 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";
echo "</table>\n";