Topic: title in top of browser
I want to change the title pun displays in my browswer, where is the code located please?
Will it change for all sections of pun; index, admin etc?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → title in top of browser
I want to change the title pun displays in my browswer, where is the code located please?
Will it change for all sections of pun; index, admin etc?
I see there a variable for this, where can I change it's value?
when I say variable I mean: $page_title
<title><?php echo $page_title ?></title>
$page_title is set individually on each page. For example, viewtopic.php concatenates the board title, " / ", and the topic title to set the value of $page_title (which is echoed between title tags by header.php).
Something along these lines:
<title><?php echo $page_title ?> - "Your text here"</title>
If you are to add to your original title*
PunBB Forums → PunBB 1.2 troubleshooting → title in top of browser
Powered by PunBB, supported by Informer Technologies, Inc.