diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-12-15 01:48:34 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-15 01:48:34 +0000 |
commit | c02d2554cfdf23a91b6b756ada91ab1ce1018280 (patch) | |
tree | 73cc4f8bfef0254e253a8724a74711e04392a83a /core/libraries | |
parent | 19e75b1e2ed73521b3cad01e55d546d3a6b55587 (diff) |
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
Diffstat (limited to 'core/libraries')
-rw-r--r-- | core/libraries/Theme_View.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |