Phpbb Forums Where To Change Page Title Like View Topic
- Forums
- Tutorial And Guides
- Phpbb Forums Where To Change Page Title Like View Topic
This Page Contains information about Phpbb Forums Where To Change Page Title Like View Topic By sanotnste in category Tutorial And Guides with 0 Replies. [1508], Last Updated: Sat May 18, 2024
sanotnste
Wed Mar 25, 2009
0 Comments
905 Visits
just incase someone can use this info
i want to make my forums more SEO so if you want to do the same, you can edit viewtopic.php on line 1650
FIND:
// Output the page
page_header($user->lang['VIEW_TOPIC'] . ' - ' . $topic_data['topic_title']);
REPLACE:
// Output the page
page_header($topic_data['topic_title']. ' - '. $user->lang['VIEW_TOPIC']);