summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorPatrick Seeger <pseeger@ccwn.org>2012-04-18 22:05:01 +0200
committerPatrick Seeger <pseeger@ccwn.org>2012-04-18 22:05:01 +0200
commit93c576ef4049b54f1f044e96768ba8f1c7a3cea1 (patch)
tree64431544c53a02cae7331a2a47d89e1788ca6428 /themes
parent36645ee867d49b1350237fb9e1ecf8a685344332 (diff)
footer bereinigt
Diffstat (limited to 'themes')
-rw-r--r--themes/astaf/views/layouts/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/astaf/views/layouts/main.php b/themes/astaf/views/layouts/main.php
index a9d3614..961a686 100644
--- a/themes/astaf/views/layouts/main.php
+++ b/themes/astaf/views/layouts/main.php
@@ -146,7 +146,7 @@
<div class="ym-wrapper">
<div class="ym-wbox">
- <p>&copy; <ccwn:config module="themis" key="copyrightInfo" /> | Layout based on <a href="http://www.yaml.de/">YAML</a></p>
+ <p>&copy; <?php echo date('Y'); ?> by <?php echo CHtml::link("Computerclub Waiblingen e.V.","http://www.ccwn.org",array('title'=>'Computerclub Waiblingen e.V.')); ?> | <?php echo Yii::powered(); ?> | Layout based on <a href="http://www.yaml.de/">YAML</a></p>
</div>
</div>
</footer>