From 79dda6a0c28010279952e2e4b45540b0aff63e69 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 5 Feb 2009 08:39:12 +0000 Subject: Rename "welcome" controller to "scaffold" so that we can eventually have a welcome page. --- core/helpers/core_menu.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/helpers') diff --git a/core/helpers/core_menu.php b/core/helpers/core_menu.php index 6d6d93f4..1564e4d4 100644 --- a/core/helpers/core_menu.php +++ b/core/helpers/core_menu.php @@ -19,11 +19,11 @@ */ class core_menu_Core { static function site($menu, $theme) { - if (file_exists(APPPATH . "controllers/welcome.php")) { + if (file_exists(APPPATH . "controllers/scaffold.php")) { $menu->append(Menu::factory("link") ->id("browse") ->label("Scaffold") - ->url(url::site("welcome"))); + ->url(url::site("scaffold"))); } $menu->append(Menu::factory("link") ->id("home") -- cgit v1.2.3