cleanup and added admin images control

This commit is contained in:
Joey Kimsey
2025-01-28 17:04:05 -05:00
parent ca850bb46b
commit bc33b4cac4
10 changed files with 133 additions and 29 deletions

View File

@ -31,8 +31,6 @@ class Tokens extends AdminController {
parent::__construct();
self::$title = 'Admin - Tokens';
self::$token = new Token;
$view = Navigation::activePageSelect( 'nav.admin', '/admin/tokens' );
Components::set( 'ADMINNAV', $view );
}
public function create() {