neat little changes. hopefully the shadow will be well recieved
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
This commit is contained in:
parent
a3d95f79f2
commit
6b46fe3dfe
14 changed files with 128 additions and 22 deletions
|
|
@ -1,13 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title><?php if(x($page,'title')) echo $page['title'] ?></title>
|
||||
<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'] ?>
|
||||
<?php if(x($page,'htmlhead')) echo $page['htmlhead']; ?>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<!-- header stuff will go here -->
|
||||
<?php if(x($page, 'header')) echo $page['header']; ?>
|
||||
</header>
|
||||
<article id="articlemain">
|
||||
<?php if(x($page,'nav')) echo $page['nav']; ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue