summaryrefslogtreecommitdiffstats
path: root/custom/views/default/top.tpl.php
blob: ed6e19c689c949efcaf508af7bf1ca0557d5b289 (plain)
1
2
3
4
5
6
7
8
<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>