1
RAWR-Designs / Re: Change Website title
« on: July 31, 2010, 09:20:48 AM »
Its very simple. Go to Menu>HTML Template>Edit:
Look for the line:
and change
So if you changed it to
it will show
Is that the result you're looking for?
Look for the line:
Code: [Select]
<title>{.!lv_title.} - {.!lv_home.}%folder%</title>
and change
Code: [Select]
{.!lv_title.}
if you still want to keep the folder part and just have the Server Header renamed.So if you changed it to
Code: [Select]
<title>My Personal Web Server - {.!lv_home.}%folder%</title>
it will show
Quote
My Personal Web Server - Home/
Is that the result you're looking for?