Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-02-18 11:57:16 (GMT)
committer David Farning <dfarning@gmail.com>2009-03-21 03:07:34 (GMT)
commit0b6eba9c715c35fa8602ba1f7151eb661434c81c (patch)
tree670a2f66f8663415dc399e3d3a1d8525d36d74cc
parent5774e9f56e1a5456600700fb31185afc47b3826f (diff)
Change the link in the header to point to the new development tools
-rw-r--r--site/app/views/elements/header.thtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/app/views/elements/header.thtml b/site/app/views/elements/header.thtml
index 9147b7d..69935ba 100644
--- a/site/app/views/elements/header.thtml
+++ b/site/app/views/elements/header.thtml
@@ -153,6 +153,7 @@
if ($this->controller->SimpleAcl->actionAllowed('Admin', '%', $this->controller->Session->read('User'))) {
echo '<li>' . $html->link(_('sidebar_navlink_admin_tools'), '/admin') . '</li>' . "\n";
}
+ echo '<li>' . $html->link(_('sidebar_navlink_developer_tools'), '/developers/dashboard') . '</li>' . "\n";
echo '<li>' . $html->link(_('header_navlink_logout'), $html->logout_url()) . '</li>' . "\n";
} else {
echo '<li>' . $html->link(_('header_navlink_register'), '/users/register') . '</li> ' . "\n";