Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
email contact
  • Loading branch information
imbugs committed Jan 22, 2013
1 parent 5e53cfe commit ba1a1bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protected/config/main.php
Expand Up @@ -122,6 +122,6 @@
// using Yii::app()->params['paramName']
'params'=>array(
// this is used in contact page
'adminEmail'=>'todoplan@126.com',
'adminEmail'=>'support@todoplan.net',
),
);
2 changes: 1 addition & 1 deletion protected/views/layouts/main.php
Expand Up @@ -24,7 +24,7 @@
<p class="muted pagination-centered">
Copyright &copy;
<?php echo date('Y'); ?>
by TodoPlan, All Rights Reserved.<br />
by <a href="mailto:<?php echo Yii::app()->params->adminEmail;?>" target="_blank">TodoPlan</a>, All Rights Reserved. <br />
</p>
</div>
<script type="text/javascript" src="<?php echo Yii::app()->request->baseUrl; ?>/dist/app/tp-all.js"></script>
Expand Down

0 comments on commit ba1a1bc

Please sign in to comment.