summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--custom/views/default/top.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/views/default/top.tpl.php b/custom/views/default/top.tpl.php
index dd6206f..6db425c 100644
--- a/custom/views/default/top.tpl.php
+++ b/custom/views/default/top.tpl.php
@@ -1,3 +1,3 @@
<div id="header">
- <h1 id="top"><a href="<?php echo $PlanetConfig->getUrl() ?>"><?php echo $PlanetConfig->getName(); ?></a></h1>
+ <h1 id="top"><a href="<?php echo $PlanetConfig->getUrl(); ?>"><?php echo $PlanetConfig->getName(); ?></a></h1>
</div> \ No newline at end of file