summaryrefslogtreecommitdiff
path: root/app/layout/aside.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/layout/aside.phtml')
-rw-r--r--app/layout/aside.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/aside.phtml b/app/layout/aside.phtml
index 61efae7c3..82bd2b051 100644
--- a/app/layout/aside.phtml
+++ b/app/layout/aside.phtml
@@ -13,7 +13,7 @@
<?php if (!login_is_conf ($this->conf) || is_logged ()) { ?>
<li <?php echo Request::controllerName () == 'configure' ? 'class="active"' : ''; ?>>
- <a href="<?php echo Url::display (array ('c' => 'configure', 'a' => 'feed')); ?>">Configurer</a>
+ <a href="<?php echo Url::display (array ('c' => 'configure', 'a' => 'display')); ?>">Configurer</a>
</li>
<?php } ?>