Installation instructions

Clean template on Uebimiau

Create a directory under your /themes folder on your installation with the name clean and unpack the files into that directory.
Then go to your /inc folder and edit the config.languages.php file. Add the following below the $default language line:

$themes['clean] = Array(
"name" => "clean",
"path" => "clean"
);

Then go to your main directory and edit

readmsg.php, search.php, preferences.php, newmsg.php, folders.php, addressbook.php    add this to the top of every page   

require("./inc/inc.php");
require("./folder_list.php");
$smarty->assign("umUser",$f_user);        

it should look similar to this

   

What this does is show the folders on the left and the username at the top all of the time.

  

 

While editing readmsg.php go to around line 141 and change the body height from 400 px  to 100% , this will give you a full height reading pane

 

If you want to change header colors, open  templates/clean/images/window  there are several header color packs in different folders. just copy all pics from one of the folders and drop all of the files into the folder window replacing all. you might have to refresh several times for the changes to take place. Check back for more header packs

You can email me at todd@tdah.us

That's it, Enjoy