All is stored into database: pages, templates and stylesheets (.css) files.
1. Pages
If during instalation you allowed database to be populated delete all files execept Home.
1. Template
Copy basic template you wish to use in a new one (duplicate) with a relevant name for your website. It is good in case you have many and you wish to reuse them.
See what styleshhet has this template assigned. You will delete all stylesheets are not used. See next step.
Delete all templates except yours.
After you finish step 2, see below your header should look like this (see undelined lines)
{process_pagedata}
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN”
“http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”en” lang=”en”>
<head>
<link rel=”canonical” href=”{if isset($canonical)}{$canonical}{else}{$content_obj->GetURL()}{/if}” />
<title>{sitename} – {title}</title>
{metadata}
{stylesheet}
<link href=”./myfile.css” rel=”stylesheet” type=”text/css” />
<link rel=’icon’ href=’favicon.ico’ type=’image/x-icon’ />
{cms_selflink dir=”start” rellink=1}
{cms_selflink dir=”prev” rellink=1}
{cms_selflink dir=”next” rellink=1}
</head>
2 . Styleshhets (.css)
During designing and customization take the basic stylesheet out from database and load it from a file. Take advantage of any decent IDE like Adobe Dreamwever or similar.
- create a file in root of your website : myfile.css
-copy into that file the main css from the website (go to Layout-Styleshhets) In that section do not touch print, accesibility and handeled styleshhets. As long as you are not using any built in template you can easy delete all the rest.
3. Search box
Go and customise it in Extensions->Search:
It is about: Search template and Result template
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN”
“http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”en” lang=”en”>
<head>
<link rel=”canonical” href=”{if isset($canonical)}{$canonical}{else}{$content_obj->GetURL()}{/if}” />
<title>{sitename} – {title}</title>
{metadata}
{stylesheet}
<link href=”./_main.css” rel=”stylesheet” type=”text/css” />
<link rel=’icon’ href=’favicon.ico’ type=’image/x-icon’ />
{cms_selflink dir=”start” rellink=1}
{cms_selflink dir=”prev” rellink=1}
{cms_selflink dir=”next” rellink=1}
<meta name=”google-site-verification” content=”AFGyfuBacoJtjVkPQoBZ64UJYs0-B20-pJgJu-ZCfK4″ />
<meta name=”msvalidate.01″ content=”14DE25EC27F2B9E84308E139DA352EE5″ />
</head>



