♻️ (admin): use the koblog admin theme
This commit is contained in:
parent
d20171c543
commit
c394eba259
3 changed files with 4 additions and 4 deletions
|
@ -419,7 +419,7 @@ foreach ($customFields as $field => $options) {
|
|||
</form>
|
||||
|
||||
<!-- Modal for Media Manager -->
|
||||
<?php include(PATH_ADMIN_THEMES . 'booty/html/media.php'); ?>
|
||||
<?php include(PATH_ADMIN_THEMES . 'koblog/html/media.php'); ?>
|
||||
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
|
|
|
@ -12,7 +12,7 @@ class Site extends dbJSON
|
|||
'locale' => 'en, en_US, en_AU, en_CA, en_GB, en_IE, en_NZ',
|
||||
'timezone' => 'America/Argentina/Buenos_Aires',
|
||||
'theme' => 'alternative',
|
||||
'adminTheme' => 'booty',
|
||||
'adminTheme' => 'koblog',
|
||||
'homepage' => '',
|
||||
'pageNotFound' => '',
|
||||
'uriPage' => '/',
|
||||
|
|
|
@ -376,7 +376,7 @@ function install($adminPassword, $timezone)
|
|||
'locale' => $L->locale(),
|
||||
'timezone' => $timezone,
|
||||
'theme' => 'alternative',
|
||||
'adminTheme' => 'booty',
|
||||
'adminTheme' => 'koblog',
|
||||
'homepage' => '',
|
||||
'pageNotFound' => '',
|
||||
'uriPage' => '/',
|
||||
|
@ -612,7 +612,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
|
|||
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" type="text/css" href="bl-kernel/css/bootstrap.min.css?version=<?php echo time() ?>">
|
||||
<link rel="stylesheet" type="text/css" href="bl-kernel/admin/themes/booty/css/koblog.css?version=<?php echo time() ?>">
|
||||
<link rel="stylesheet" type="text/css" href="bl-kernel/admin/themes/koblog/css/koblog.css?version=<?php echo time() ?>">
|
||||
|
||||
<!-- Javascript -->
|
||||
<script charset="utf-8" src="bl-kernel/js/jquery.min.js?version=<?php echo time() ?>"></script>
|
||||
|
|
Loading…
Reference in a new issue