choklet tweaks
This commit is contained in:
parent
b0dc3d3b4c
commit
ca7888b7ce
@ -10,6 +10,7 @@ header #banner {
|
||||
margin-top: 75px;
|
||||
width: 100%;
|
||||
margin-bottom: 20px;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
nav.navbar {
|
||||
|
@ -1,8 +1,8 @@
|
||||
<!DOCTYPE html >
|
||||
<html>
|
||||
<head>
|
||||
<title><?php if(x($page,'title')) echo $page['title'] ?></title>
|
||||
<script>var baseurl="<?php echo $a->get_baseurl() ?>";</script>
|
||||
<title><?php if(x($page,'title')) echo $page['title']; ?></title>
|
||||
<script>var baseurl="<?php echo $a->get_baseurl(); ?>";</script>
|
||||
<?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>
|
||||
</head>
|
||||
<body>
|
||||
|
Reference in New Issue
Block a user