rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ResidentG33k

Pages: 1
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:

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?

Pages: 1