diff options
author | MaZderMind | 2015-03-03 13:08:09 +0100 |
---|---|---|
committer | MaZderMind | 2015-03-03 13:08:09 +0100 |
commit | f386a6b7e99f951571873c76d801230961d17512 (patch) | |
tree | d23d8e47be723a27a42091cabb4532f159fca449 /template | |
parent | 53c4d5c90fc1a13064c1b463708dc3bcd5a6ec43 (diff) |
USe configured URL in Overview
Diffstat (limited to 'template')
-rw-r--r-- | template/overview.phtml | 2 |
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> |