summaryrefslogtreecommitdiffstats
path: root/admin/templates/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/templates/index.php')
-rw-r--r--admin/templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/templates/index.php b/admin/templates/index.php
index 2ca7b0b2d3b..9d0ffd84c61 100644
--- a/admin/templates/index.php
+++ b/admin/templates/index.php
@@ -7,6 +7,6 @@
<ul>
<?php foreach($_["adminpages"] as $i): ?>
- <li><a href="<?php echo link_to($i["app"], $i["file"]); ?>"><?php echo $i["name"]; ?></a></li>
+ <li><a href="<?php echo $i["href"]; ?>"><?php echo $i["name"]; ?></a></li>
<?php endforeach; ?>
</ul>