Browse Source

fixed copy-pasta

pull/33/head
lyserbin 10 years ago
parent
commit
3262dc6862
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      cms/templates/admin/main.tpl

+ 1
- 2
cms/templates/admin/main.tpl View File

@ -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>

Loading…
Cancel
Save