General tidying up
This commit is contained in:
@@ -39,7 +39,7 @@ abstract class Controller_lnApp_TemplateDefault extends Controller_Template {
|
||||
* @var array actions that require a valid user
|
||||
*/
|
||||
protected $secure_actions = array(
|
||||
'menu' => TRUE,
|
||||
'menu' => FALSE,
|
||||
);
|
||||
|
||||
/**
|
||||
@@ -203,7 +203,7 @@ abstract class Controller_lnApp_TemplateDefault extends Controller_Template {
|
||||
* Default Method to call from the tree menu
|
||||
*/
|
||||
public function action_menu() {
|
||||
$this->template->content = 'See menu on tree';
|
||||
$this->template->content = _('Please choose from the menu.');
|
||||
}
|
||||
|
||||
protected function _headimages() {
|
||||
|
Reference in New Issue
Block a user