diff options
-rw-r--r-- | themes/example/example.theme | 9 | ||||
-rw-r--r-- | themes/goofy/goofy.theme | 4 | ||||
-rw-r--r-- | themes/jeroen/jeroen.theme | 9 | ||||
-rw-r--r-- | themes/marvin/marvin.theme | 10 | ||||
-rw-r--r-- | themes/unconed/unconed.theme | 3 |
5 files changed, 32 insertions, 3 deletions
diff --git a/themes/example/example.theme b/themes/example/example.theme index 640eaed55..ea196937f 100644 --- a/themes/example/example.theme +++ b/themes/example/example.theme @@ -1,5 +1,14 @@ <?php + /********************************************************************* + + Theme: Example + Author: Jeroen Bensch (Jeroen) + Email: jeroen@drop.org + Description: Very basic theme for demonstration purposes. + + *********************************************************************/ + class Theme { function header() { diff --git a/themes/goofy/goofy.theme b/themes/goofy/goofy.theme index 96dc3ce58..37759e56b 100644 --- a/themes/goofy/goofy.theme +++ b/themes/goofy/goofy.theme @@ -3,10 +3,10 @@ /********************************************************************* Theme: Goofy - Author: UnConeD + Author: Steven Wittens (UnConeD) Email: unconed@drop.org Description: Colourful, graphical, orange theme for high-resolutions. - Notes: Only boxes on the right, because the graphcis take up a lot + Notes: Only boxes on the right, because the graphics take up a lot of horizontal space. *********************************************************************/ diff --git a/themes/jeroen/jeroen.theme b/themes/jeroen/jeroen.theme index 31e868db3..8889ed658 100644 --- a/themes/jeroen/jeroen.theme +++ b/themes/jeroen/jeroen.theme @@ -1,5 +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 ed99333c5..4e092c7f1 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -1,5 +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"; diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index 4af49aec7..dd31c40bf 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -3,9 +3,10 @@ /********************************************************************* Theme: UnConeD - Author: UnConeD + Author: Steven Wittens (UnConeD) Email: unconed@drop.org Description: Modern theme, gray and blue, high coolness factor. + Notes: Only supports blocks on the right. *********************************************************************/ |