aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorMaZderMind2015-12-25 21:19:52 +0100
committerMaZderMind2015-12-25 21:19:52 +0100
commit79a4f1adadb0edde624a06b16bd9ea9c29c25a2a (patch)
tree5a69a0f9c6f751c1a60ca4511703d90de89c7abe /template
parent0630e0fee0f416e8d4b47a8cb7c972e715a2cee7 (diff)
switched from c3voc to uppercase C3VOC
Diffstat (limited to '')
-rw-r--r--template/500.phtml2
-rw-r--r--template/assemblies/footer.phtml2
2 files changed, 2 insertions, 2 deletions
diff --git a/template/500.phtml b/template/500.phtml
index fd67a27..d7c7e4a 100644
--- a/template/500.phtml
+++ b/template/500.phtml
@@ -1,6 +1,6 @@
<div class="container">
<h1>Keep Calm and use your Towel</h1>
- <h2>And maybe report to <a href="https://twitter.com/c3voc">@c3voc</a> that you've seen this error:</h2>
+ <h2>And maybe report to <a href="https://twitter.com/c3voc">@C3VOC</a> that you've seen this error:</h2>
<div class="well">
<pre><?=h($e)?></pre>
</div>
diff --git a/template/assemblies/footer.phtml b/template/assemblies/footer.phtml
index 619eff8..6f48cee 100644
--- a/template/assemblies/footer.phtml
+++ b/template/assemblies/footer.phtml
@@ -2,6 +2,6 @@
<? if($conference->hasFooterHtml()): ?>
<?= $conference->getFooterHtml() ?>
<? else: ?>
- by <a href="https://c3voc.de">c3voc</a>
+ by <a href="https://c3voc.de">C3VOC</a>
<? endif ?>
</footer>