diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-04-13 19:30:07 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-04-13 19:30:07 -0400 |
commit | 6b46fe3dfeeae89e00991d8e8f8d9ec0dadbb5bc (patch) | |
tree | 128c14e9d45b8341e05c506337da191239ad5f6d /view/theme/dispy/default.php | |
parent | a3d95f79f27ca73d657907ab42b51ecc50872089 (diff) | |
download | volse-hubzilla-6b46fe3dfeeae89e00991d8e8f8d9ec0dadbb5bc.tar.gz volse-hubzilla-6b46fe3dfeeae89e00991d8e8f8d9ec0dadbb5bc.tar.bz2 volse-hubzilla-6b46fe3dfeeae89e00991d8e8f8d9ec0dadbb5bc.zip |
neat little changes. hopefully the shadow will be well recieved
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy/default.php')
-rw-r--r-- | view/theme/dispy/default.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/dispy/default.php b/view/theme/dispy/default.php index 32393f08d..b02f41947 100644 --- a/view/theme/dispy/default.php +++ b/view/theme/dispy/default.php @@ -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']; ?> |