aboutsummaryrefslogtreecommitdiff
path: root/template/assemblies/footer.phtml
diff options
context:
space:
mode:
authorMaZderMind2015-02-26 17:57:42 +0100
committerMaZderMind2015-02-26 17:57:42 +0100
commit6db2f0f4b9816ccd271332b89a05a9d0d753216b (patch)
treefd7ecf7cf16b33bdb75c45e747d12f9ecca43358 /template/assemblies/footer.phtml
parent9fb5b19bb0652b9c187c9b552c0a7ec4d6778222 (diff)
shuffle things around on the way to a bootstrap-based configurable website
Diffstat (limited to 'template/assemblies/footer.phtml')
-rw-r--r--template/assemblies/footer.phtml9
1 files changed, 5 insertions, 4 deletions
diff --git a/template/assemblies/footer.phtml b/template/assemblies/footer.phtml
index d93a512..2c5ab5d 100644
--- a/template/assemblies/footer.phtml
+++ b/template/assemblies/footer.phtml
@@ -1,6 +1,7 @@
<footer>
- by <a class='inverted' href='https://ccc.de'>Chaos Computer Club e.V</a>,
- <a class='inverted' href='http://fem.tu-ilmenau.de/'>FeM</a>,
- <a class='inverted' href='http://www.ags.tu-bs.de/'>ags</a> &amp;
- <a class='inverted' href='https://c3voc.de'>c3voc</a>
+ <? if(has('CONFERENCE.FOOTER_HTML')): ?>
+ <?= get('CONFERENCE.FOOTER_HTML') ?>
+ <? else: ?>
+ by <a href="https://c3voc.de">c3voc</a>
+ <? endif ?>
</footer>