Ik wil graag in UebiMiau een outllok uiterlijk geven, nu heb ik dit gevonden, ik ben een behoorlijke newbie, maar wie kan me dit vertalen voor duidelijke instructies ??
Create a directory under your /themes folder on your UebiMiau installation with the name outlook and unpack the file 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[] = Array(
"name" => "Outlook Express",
"path" => "outlook"
);
If you want to make this the default theme, change the value of the $default_theme parameter to 0.

Likes:


Quote