diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2012-04-18 22:05:01 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2012-04-18 22:05:01 +0200 |
| commit | 93c576ef4049b54f1f044e96768ba8f1c7a3cea1 (patch) | |
| tree | 64431544c53a02cae7331a2a47d89e1788ca6428 | |
| parent | 36645ee867d49b1350237fb9e1ecf8a685344332 (diff) | |
footer bereinigt
| -rw-r--r-- | themes/astaf/views/layouts/main.php | 2 |
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>© <ccwn:config module="themis" key="copyrightInfo" /> | Layout based on <a href="http://www.yaml.de/">YAML</a></p> + <p>© <?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> |
