>_READ ME...
Krumelure - a theme for PHP-Fusion version 7.
  • Version: 1.0.0
  • Date: 29/06/2008
  • Author: Sveinung Skjærseth - Sveinungs
  • Website: Yafs.net
Description / Credits:

This is a Theme for PHP-Fusion 7 Content Management System.
>_INSTALLATION...

This theme is installed like any other PHP-Fusion themes.
1] Unzip the content of this download to your computer.
2] The folder with the theme will be located in the files/themes/ folder (i.e. /files/themes/Name_of_Theme).
3] Use FTP to transfer the theme to you sites /theme/ folder
(i.e. www.your_site.com/themes/Name_of_Theme).

You can watch the theme by editing your profile on your website, or set it as the sites default theme in Administration => System: Main Settings.

>_CONFIGURATION...

You can choose the side for the side-panels by editing 'theme.php':

------------------------------------------------------------
/* Define Side-Panels position - possible values:
left = all side panels are displayed to the left (two columns)
right = all side panels are displayed to the right (two columns)
all = side panels are displayed in a three-column layout ("normal layout")*/
$side_panels_position = "left";
------------------------------------------------------------

The theme is desigened with a two column layout in mind. If you should decide to use three columns ($side_panels_position = "all";) you allso should consider making the theme wider:

------------------------------------------------------------
define("THEME_WIDTH", "980");
------------------------------------------------------------

980 is the theme fixed width of 980 pixels. Increase that to make a wider theme - more suitable with a 3 column layout.

>_LICENCE...
This content is released as free software without warranties under the terms and conditions of version 3 of the Affero GPL license.

If you liked this theme - or have any questions or suggestions - feel free to write a note in the forum at yafs.net.

If you decide to use the content in this download, please respect any copyright notices. Should you be in any doubt about what you can or can not do with this theme, just ask me :)