2011-12-02, 05:10 PM
Be default copyright code is
Can we shorten it to
note the colors of div and anchor
What I mean is, Does mybb only needs backlink ?
<!-- MyBB is free software developed and maintained by a volunteer community.
It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact,
to show your support for MyBB. If you choose to remove or modify the copyright below,
you may be refused support on the MyBB Community Forums.
This is free software, support us and we'll support you. -->
{$lang->powered_by} <a href="http://mybb.com/" target="_blank">MyBB{$mybbversion}</a>, © 2002-{$copy_year} <a href="http://mybb.com/" target="_blank">MyBB Group</a>.<br />
<!-- End powered by -->
Can we shorten it to
<div style="background:silver">
{$lang->powered_by} <a href="http://mybb.com/" target="_blank" style="color:silver">MyBB{$mybbversion}</a>
</div>
note the colors of div and anchor
What I mean is, Does mybb only needs backlink ?