summaryrefslogtreecommitdiffstats
path: root/custom/views/archive/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/archive/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/archive/top.tpl.php')
-rw-r--r--custom/views/archive/top.tpl.php5
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