summaryrefslogtreecommitdiff
path: root/core/helpers/core_menu.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-12-12 08:00:07 +0000
committerBharat Mediratta <bharat@menalto.com>2008-12-12 08:00:07 +0000
commit7e4d13d9bdc43ecc3b6cdd7144c40d70cda11c5a (patch)
treea58fb07e794021b2d5144a8a6654c96bf4dcf5fc /core/helpers/core_menu.php
parent597cc0013c5c540d95e3e7e6f82d8bd0a2dcae74 (diff)
Point the Site Admin link at the wireframe for now.
Diffstat (limited to 'core/helpers/core_menu.php')
-rw-r--r--core/helpers/core_menu.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/core_menu.php b/core/helpers/core_menu.php
index 69398302..a8952315 100644
--- a/core/helpers/core_menu.php
+++ b/core/helpers/core_menu.php
@@ -66,7 +66,7 @@ class core_menu_Core {
Menu::factory("link")
->id("site_admin")
->label(_("Site Admin"))
- ->url(url::site("admin")));
+ ->url(url::file("themes/default_admin/dashboard.html")));
}
}
}