choklet tweaks

This commit is contained in:
friendica 2014-05-13 22:35:33 -07:00
parent b0dc3d3b4c
commit ca7888b7ce
2 changed files with 3 additions and 2 deletions

View File

@ -10,6 +10,7 @@ header #banner {
margin-top: 75px;
width: 100%;
margin-bottom: 20px;
overflow-x: hidden;
}
nav.navbar {

View File

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