Move styles for the admin panel to a separate file
This commit is contained in:
parent
22009ff526
commit
3ffd239375
3 changed files with 1054 additions and 1048 deletions
|
@ -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"),
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
1048
public/style/ForkBB/admin.css
Normal file
1048
public/style/ForkBB/admin.css
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue