|
|
@ -5,6 +5,7 @@ |
|
|
<title><?php echo $settings['website_title']; ?> - <?php echo $lang['administration']; |
|
|
<title><?php echo $settings['website_title']; ?> - <?php echo $lang['administration']; |
|
|
if (isset($subtitle)) echo ' - ' . $subtitle; ?></title> |
|
|
if (isset($subtitle)) echo ' - ' . $subtitle; ?></title> |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
|
|
|
|
<link rel="shortcut icon" href="<?php echo STATIC_URL; ?>img/favicon.png"> |
|
|
</head> |
|
|
</head> |
|
|
|
|
|
|
|
|
<body> |
|
|
<body> |
|
|
@ -57,7 +58,5 @@ |
|
|
<?php endif; ?> |
|
|
<?php endif; ?> |
|
|
<link href="<?php echo BOOTSTRAP_CSS; ?>" rel="stylesheet"> |
|
|
<link href="<?php echo BOOTSTRAP_CSS; ?>" rel="stylesheet"> |
|
|
<link href="<?php echo STATIC_URL; ?>css/style_admin.css" rel="stylesheet"> |
|
|
<link href="<?php echo STATIC_URL; ?>css/style_admin.css" rel="stylesheet"> |
|
|
|
|
|
|
|
|
<link rel="shortcut icon" href="<?php echo STATIC_URL; ?>img/favicon.png"> |
|
|
|
|
|
</body> |
|
|
</body> |
|
|
</html> |
|
|
</html> |