Adding UI for site language selection and user language preference.

This commit is contained in:
Andy Staudacher
2009-02-10 05:37:42 +00:00
parent fe5240730a
commit 62f3724acb
10 changed files with 304 additions and 3 deletions
-1
View File
@@ -36,7 +36,6 @@ class Admin_Controller extends Controller {
$controller_name = "dashboard";
}
$controller_name = "Admin_{$controller_name}_Controller";
if ($args) {
$method = array_shift($args);
} else {