* adjust the menu order for admin view.

This commit is contained in:
wangchunsheng
2011-10-22 05:11:49 +00:00
parent 90fd3d2751
commit dbb7b81281
3 changed files with 5 additions and 5 deletions

View File

@@ -19,6 +19,6 @@ class admin extends control
*/
public function index()
{
$this->locate($this->createLink('action', 'trash'));
$this->locate($this->createLink('extension', 'browse'));
}
}