From c02d2554cfdf23a91b6b756ada91ab1ce1018280 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 15 Dec 2008 01:48:34 +0000 Subject: Refactor admin dashboard. o Copy all the assets from default to default_admin so that they're totally separate o Get rid of $item_theme o Rename list_users.html.php to users.html.php o use __call in admin controller to allow us to load any admin page --- core/libraries/Theme_View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/libraries/Theme_View.php') diff --git a/core/libraries/Theme_View.php b/core/libraries/Theme_View.php index 51d7c545..7fc400ce 100644 --- a/core/libraries/Theme_View.php +++ b/core/libraries/Theme_View.php @@ -25,7 +25,7 @@ class Theme_View_Core extends View { * * @throws Kohana_Exception if the requested view cannot be found * @param string $name view name - * @param string $page_type page type: album, photo, tags, admin, etc + * @param string $page_type page type: album, photo, tags, etc * @param string $theme_name view name * @return void */ -- cgit v1.2.3