diff options
author | François KUBLER <francois@kubler.org> | 2011-03-09 22:46:17 +0100 |
---|---|---|
committer | François KUBLER <francois@kubler.org> | 2011-03-09 22:46:17 +0100 |
commit | 7faf852561d3aca1cd1f62858d03d5b3daf888f9 (patch) | |
tree | fb4fcaf5ff77085073f003f59778577373638af9 /admin/templates | |
parent | bf815b33908394fcda4fb6cb987caaca58b20fd0 (diff) | |
parent | ab22dfde8a2b34b14c8024d68a16131fc7deefa5 (diff) | |
download | nextcloud-server-7faf852561d3aca1cd1f62858d03d5b3daf888f9.tar.gz nextcloud-server-7faf852561d3aca1cd1f62858d03d5b3daf888f9.zip |
Merge branch 'refactoring' of git.kde.org:owncloud into refactoring
Conflicts:
admin/templates/index.php
templates/layout.admin.php
templates/layout.user.php
All conflicts are fixed.
Diffstat (limited to 'admin/templates')
-rw-r--r-- | admin/templates/index.php | 2 |
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> |