Page 1 of 1

Site description not working.

PostPosted: Thu Aug 10, 2006 2:55 pm
Author: MrGrim
I notice i added*this is how we do!* for site description and it doesn't show at the top on the browser..Any Ideas?

Re: Site description not working.

PostPosted: Wed Sep 06, 2006 12:02 am
Author: Helter
what template are you using?

PostPosted: Wed Sep 06, 2006 5:39 am
Author: MrGrim
Defaults and Acid templetes.

Re: Site description not working.

PostPosted: Wed Sep 06, 2006 7:35 am
Author: Helter
open your index_body.tpl
find

<tr>
<td>{L_INDEX}</td>
</tr>

after, add

<tr>
<td>{SITE_DESCRIPTION} </td>
</tr>