Topic: Powered by PunBB

Hello,

I wanted to move the (Powered by PunBB) line from the footer to the actual title bar. I managed to remove it from the footer, but how do I edit the <title> </title> tags so I can put (Powered by PunBB) on at the end?

Many thanks.

Re: Powered by PunBB

On line 85 of 'header.php':

$forum_head['title'] = '<title>'.generate_crumbs(true).' (Powered by PunBB)</title>';

Re: Powered by PunBB

Many thanks!