diff --git a/application/controllers/admin/SettingsUserController.php b/application/controllers/admin/SettingsUserController.php deleted file mode 100644 index e778027f317..00000000000 --- a/application/controllers/admin/SettingsUserController.php +++ /dev/null @@ -1,36 +0,0 @@ -render('index'); - } - - // Uncomment the following methods and override them if needed - /* - public function filters() - { - // return the filter configuration for this controller, e.g.: - return array( - 'inlineFilterName', - array( - 'class'=>'path.to.FilterClass', - 'propertyName'=>'propertyValue', - ), - ); - } - - public function actions() - { - // return external action classes, e.g.: - return array( - 'action1'=>'path.to.ActionClass', - 'action2'=>array( - 'class'=>'path.to.AnotherActionClass', - 'propertyName'=>'propertyValue', - ), - ); - } - */ -} \ No newline at end of file diff --git a/application/views/admin/settingsUser/index.php b/application/views/admin/settingsUser/index.php deleted file mode 100644 index e23c70e5f4e..00000000000 --- a/application/views/admin/settingsUser/index.php +++ /dev/null @@ -1,13 +0,0 @@ -breadcrumbs=array( - 'Settings User', -); -?> -

id . '/' . $this->action->id; ?>

- -

- You may change the content of this page by modifying - the file . -