summaryrefslogtreecommitdiffstats
path: root/custom/views/default/top.tpl.php
diff options
context:
space:
mode:
authorMaurice Svay <maurice@svay.com>2011-02-07 20:53:18 +0100
committerMaurice Svay <maurice@svay.com>2011-02-07 20:53:18 +0100
commite278db30317373ef4f011995a94137e439d37e59 (patch)
tree252e364cabf850eb725e381bac75795418c91ce7 /custom/views/default/top.tpl.php
parent854ef9b5f55d95792aa1007351e92289f13e3f21 (diff)
downloadplanet-e278db30317373ef4f011995a94137e439d37e59.tar
planet-e278db30317373ef4f011995a94137e439d37e59.tar.gz
planet-e278db30317373ef4f011995a94137e439d37e59.tar.bz2
planet-e278db30317373ef4f011995a94137e439d37e59.tar.xz
planet-e278db30317373ef4f011995a94137e439d37e59.zip
Replace hardcoded value by config
Diffstat (limited to 'custom/views/default/top.tpl.php')
-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 e0ea5b9..dd6206f 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="./index.php"><?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