aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy-dark/default.php
diff options
context:
space:
mode:
authorMichael <icarus@dabo.de>2012-04-14 13:03:40 +0200
committerMichael <icarus@dabo.de>2012-04-14 13:03:40 +0200
commit188829ed46be6d3c7a91380226e26e8292c327be (patch)
tree2fb4148bc2222cf198309f4025862080c89fe36b /view/theme/dispy-dark/default.php
parent7384786d4417ddd051b7daa71c019d3c551efc68 (diff)
parent0d869ceb65badbd4d80dd0d5cf2d631bca7f5b9e (diff)
downloadvolse-hubzilla-188829ed46be6d3c7a91380226e26e8292c327be.tar.gz
volse-hubzilla-188829ed46be6d3c7a91380226e26e8292c327be.tar.bz2
volse-hubzilla-188829ed46be6d3c7a91380226e26e8292c327be.zip
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/theme/dispy-dark/default.php')
-rw-r--r--view/theme/dispy-dark/default.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/dispy-dark/default.php b/view/theme/dispy-dark/default.php
index 32393f08d..b02f41947 100644
--- a/view/theme/dispy-dark/default.php
+++ b/view/theme/dispy-dark/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']; ?>