Joomla修改底部copyright和meta

you can also go into the includes/version.php and edit the following section of code to include whatever you want.

var $URL     = ‘<a href=”http://www.joomla.org”>Joomla!</a> is Free Software released under the GNU/GPL License.’;

底部版权一般情况都在footer.php 或 version.php里面,有的时候模版文件index.php里面也有.
去掉meta:
修改/includes/frontend.php
找到

$mainframe->addMetaTag( ‘Generator’, $_VERSION->PRODUCT . ‘ – ‘ . $_VERSION->COPYRIGHT);

屏蔽掉就行了

//$mainframe->addMetaTag( ‘Generator’, $_VERSION->PRODUCT . ‘ – ‘ . $_VERSION->COPYRIGHT);

感谢Autoit大大!

网页设计应该注意的事项:关于版权声明的写法

看了不少朋友的个人网站,有一个小问题,似乎很多朋友都忽略了,那就是版权声明的写法。虽然那只是一小行字,不过作为设计师也好,作为个人的爱好也好,版权的标志都是满重要的。
Read the rest of this entry »