diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/example/example.theme | 2 | ||||
-rw-r--r-- | themes/jeroen/jeroen.theme | 6 | ||||
-rw-r--r-- | themes/marvin/marvin.theme | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/themes/example/example.theme b/themes/example/example.theme index ea196937f..085b2eb38 100644 --- a/themes/example/example.theme +++ b/themes/example/example.theme @@ -8,7 +8,7 @@ Description: Very basic theme for demonstration purposes. *********************************************************************/ - + class Theme { function header() { diff --git a/themes/jeroen/jeroen.theme b/themes/jeroen/jeroen.theme index 8889ed658..0aef27298 100644 --- a/themes/jeroen/jeroen.theme +++ b/themes/jeroen/jeroen.theme @@ -1,14 +1,14 @@ <?php /********************************************************************* - + Theme: Jeroen Author: Jeroen Bensch (Jeroen) Email: jeroen@drop.org Description: Very graphical theme using a cool pipe-design. - + *********************************************************************/ - + class Theme { /* diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index 4e092c7f1..224d4816a 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -1,15 +1,15 @@ <?php /********************************************************************* - + Theme: Marvin Author: Dries Buytaert (Dries) Email: dries@drop.org Description: Classic theme, white, basic design with a fresh look. Notes: Only supports blocks on the right. - + *********************************************************************/ - + class Theme { var $link = "#666699"; |