Topic: how to change the squence of the title
change " Punbb.org Forums / Post new topic
to
"Post new topic / Punbb.org Forums
the question i ever asked but now it's experiation with the new version.
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → how to change the squence of the title
change " Punbb.org Forums / Post new topic
to
"Post new topic / Punbb.org Forums
the question i ever asked but now it's experiation with the new version.
I used this block of code in header.php to switch the title around
<title><?php // reversed title order
if ($page_title != $pun_config['o_board_title'])
{
$page_title = substr($page_title, strlen($pun_config['o_board_title']) + 3).' - '.$pun_config['o_board_title'];
echo $page_title;
}
else
echo $page_title;
?></title>
thanks! solved.~~:)
maybe that didn't experiation ,as it's my idle can 't know that.
PunBB Forums → PunBB 1.2 troubleshooting → how to change the squence of the title
Powered by PunBB, supported by Informer Technologies, Inc.