@@ -47,7 +47,7 @@ public function display()
4747
4848 $ ban_data = $ this ->model ->find_ban ($ start_from );
4949
50- $ this -> feather -> template -> setPageInfo (array (
50+ View:: setPageInfo (array (
5151 'admin_console ' => true ,
5252 'page ' => $ p ,
5353 'title ' => array (Utils::escape ($ this ->config ['o_board_title ' ]), __ ('Admin ' ), __ ('Bans ' ), __ ('Results head ' )),
@@ -59,7 +59,7 @@ public function display()
5959 else {
6060 AdminUtils::generateAdminMenu ('bans ' );
6161
62- $ this -> feather -> template -> setPageInfo (array (
62+ View:: setPageInfo (array (
6363 'admin_console ' => true ,
6464 'focus_element ' => array ('bans ' , 'new_ban_user ' ),
6565 'title ' => array (Utils::escape ($ this ->config ['o_board_title ' ]), __ ('Admin ' ), __ ('Bans ' )),
@@ -78,7 +78,7 @@ public function add($id = null)
7878
7979 AdminUtils::generateAdminMenu ('bans ' );
8080
81- $ this -> feather -> template -> setPageInfo (array (
81+ View:: setPageInfo (array (
8282 'admin_console ' => true ,
8383 'focus_element ' => array ('bans2 ' , 'ban_user ' ),
8484 'title ' => array (Utils::escape ($ this ->config ['o_board_title ' ]), __ ('Admin ' ), __ ('Bans ' )),
@@ -104,7 +104,7 @@ public function edit($id)
104104 }
105105 AdminUtils::generateAdminMenu ('bans ' );
106106
107- $ this -> feather -> template -> setPageInfo (array (
107+ View:: setPageInfo (array (
108108 'admin_console ' => true ,
109109 'focus_element ' => array ('bans2 ' , 'ban_user ' ),
110110 'title ' => array (Utils::escape ($ this ->config ['o_board_title ' ]), __ ('Admin ' ), __ ('Bans ' )),
0 commit comments