Topic: How do I add text alongside 'Powered by PunBB' and above Copyright?

Hi all

I want to add text "Themed by..." alongside Powered by Punbb, and just above the copyright. Would be grateful if anyone can tell me how I can achieve this?

Thanks in advance.

Noticed there is a mod out there to add extra lines to the footer, but I don't want to bother with a mod.

2 (edited by StevenBullen 2007-06-09 18:22)

Re: How do I add text alongside 'Powered by PunBB' and above Copyright?

statusquo wrote:

Hi all

I want to add text "Themed by..." alongside Powered by Punbb, and just above the copyright. Would be grateful if anyone can tell me how I can achieve this?

Thanks in advance.

Noticed there is a mod out there to add extra lines to the footer, but I don't want to bother with a mod.

On standard punbb files...

footer.php - line 109

<p class="conr">Powered by <a href="http://www.punbb.org/">PunBB</a><?php if ($pun_config['o_show_version'] == '1') echo ' '.$pun_config['o_cur_version']; ?><br />© Copyright 2002–2005 Rickard Andersson</p>

Re: How do I add text alongside 'Powered by PunBB' and above Copyright?

Thanks Steve!

Re: How do I add text alongside 'Powered by PunBB' and above Copyright?

or use this http://www.punres.org/desc.php?pid=361