diff options
Diffstat (limited to 'custom/views/archive')
-rw-r--r-- | custom/views/archive/top.tpl.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/custom/views/archive/top.tpl.php b/custom/views/archive/top.tpl.php index 9533c15..7a818e1 100644 --- a/custom/views/archive/top.tpl.php +++ b/custom/views/archive/top.tpl.php @@ -1,3 +1,4 @@ <div id="top"> - <h1><a href="./index.php"><?php echo $PlanetConfig->getName(); ?></a></h1> - </div>
\ No newline at end of file + <h1><a href="<?php echo $PlanetConfig->getUrl() ?>"><?php echo $PlanetConfig->getName(); ?></a></h1> + </div> +
\ No newline at end of file |