added admin css
This commit is contained in:
parent
1142ae8171
commit
0c80e23e72
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@
|
|||
</title>
|
||||
<link href='http://fonts.googleapis.com/css?family=Amaranth' rel='stylesheet' type='text/css'>
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $this->base ?>/style/main.css" />
|
||||
<?php if(Access::isLogged()) { ?>
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo $this->base ?>/style/admin.css" />
|
||||
<?php } ?>
|
||||
<link rel="shortcut icon" href="<?php echo $this->base ?>/img/favicon.ico" type="image/x-icon" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="Description" content="" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue