diff --git a/admin/index.php b/admin/index.php
index 6402c42f..32a372cf 100644
--- a/admin/index.php
+++ b/admin/index.php
@@ -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";