http://www.icyphoenix.com/viewtopic.php?f=35&t=3583&p=24329#p24329
-----------------------------------
Ratt
Fri 15 Feb, 2008 14:15

Re: Custom Pages And Titles
-----------------------------------
[quote user="whiskey_pete" post="24320"]Thank you for replying to this topic [b]Press 22[/b] :)

Yes, I do know how to create a page with the CMS and even maybe how to code it, but I ment the following:

 [img]http://www.icyphoenix.com/files/images/2715/screenshot___2_15_2008___5_12_50_am.png[/img][/quote]

Find this bit of code in your custom page
[code]$page_title = $lang['HOME'];
[/code]

and change to
[code]$page_title = $lang['VIDEO'];
[/code]


Open page_header.php and add this string
[code]	'U_VIDEO' => append_sid('video.'.$phpEx),
[/code]
Make sure to add changes to your language file(s) to reflect this as well.


