Move styles for the admin panel to a separate file

This commit is contained in:
Visman 2021-02-24 14:36:07 +07:00
parent 22009ff526
commit 3ffd239375
3 changed files with 1054 additions and 1048 deletions

View file

@ -32,6 +32,12 @@ class Admin extends Page
$this->hhsLevel = 'secure';
$container->Lang->load('admin');
$this->pageHeader('adminStyle', 'link', 9000, [
'rel' => 'stylesheet',
'type' => 'text/css',
'href' => $this->publicLink("/style/{$this->user->style}/admin.css"),
]);
}
/**

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff