01.05.2014, 02:21
Dazu könnte man sich das Standard Theme zur Orientierung heranziehen.
Aber gut, folgenden Code ins Seitenfuß Templates -> footer
an die Stelle setzen, wo es im normalfalle sitzen sollte
Aber gut, folgenden Code ins Seitenfuß Templates -> footer
Code:
<div id="copyright">
<div id="debug"><debugstuff></div>
<!-- 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 -->
<br />
<br class="clear" />
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
</div>
an die Stelle setzen, wo es im normalfalle sitzen sollte
Mit freundlichen Grüßen
MrBrechreiz
MrBrechreiz