aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorMaZderMind2015-03-03 13:08:09 +0100
committerMaZderMind2015-03-03 13:08:09 +0100
commitf386a6b7e99f951571873c76d801230961d17512 (patch)
treed23d8e47be723a27a42091cabb4532f159fca449 /template
parent53c4d5c90fc1a13064c1b463708dc3bcd5a6ec43 (diff)
USe configured URL in Overview
Diffstat (limited to 'template')
-rw-r--r--template/overview.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/overview.phtml b/template/overview.phtml
index ad102f8..37fb154 100644
--- a/template/overview.phtml
+++ b/template/overview.phtml
@@ -89,7 +89,7 @@
<div class="<?=h($class)?>">
<div class="panel panel-primary">
<div class="panel-body">
- <a href="http://media.ccc.de/browse/congress/2014/index.html">
+ <a href="<?=h(get('OVERVIEW.RELEASES'))?>">
<span class="fa fa-video-camera"></span> Releases
</a>
</div>