diff options
Diffstat (limited to 'themes/astaf')
| -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> |
