summaryrefslogtreecommitdiffstats
path: root/custom/views/default/top.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'custom/views/default/top.tpl.php')
-rw-r--r--custom/views/default/top.tpl.php11
1 files changed, 8 insertions, 3 deletions
diff --git a/custom/views/default/top.tpl.php b/custom/views/default/top.tpl.php
index 6db425c..ed6e19c 100644
--- a/custom/views/default/top.tpl.php
+++ b/custom/views/default/top.tpl.php
@@ -1,3 +1,8 @@
- <div id="header">
- <h1 id="top"><a href="<?php echo $PlanetConfig->getUrl(); ?>"><?php echo $PlanetConfig->getName(); ?></a></h1>
- </div> \ No newline at end of file
+<header id="header">
+ <h1 id="top">
+ <a href="<?php echo $PlanetConfig->getUrl(); ?>"><?php echo $PlanetConfig->getName(); ?></a>
+ <?php if ($pageRole == 'archive') : ?>
+ &middot; <?=_g('All Headlines') ?>
+ <?php endif; ?>
+ </h1>
+</header> \ No newline at end of file