Created
May 8, 2011 05:55
-
-
Save yuya-matsushima/961155 to your computer and use it in GitHub Desktop.
seezooでサイト名に基づいて著作権表示を行うスニペット
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//seezooでサイト名に基づいて著作権表示を行う | |
<address> | |
Copyright © <?php echo $this->site_data->site_title;?> Some Rights Reserved.<br /> | |
Powerd by <a href="http://seezoo.org/" title="seezoo">seezoo</a>. | |
<a href="http:// seezoo.org/top/theme" title="default">default</a> theme by <a href="http://seezoo.org/" title="Seezoo CMS">Seezoo CMS</a>. | |
</address> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment