summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2001-03-31 11:57:31 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2001-03-31 11:57:31 +0000
commitc43cf0c43261751f1a83337422e168f7f0d6e89a (patch)
treed037434b4db5bbe44fbe1d22f0ff0ac0fd98681a
parent654616023489e84cffd3a07de42655a9e1ae745d (diff)
downloadbrdo-c43cf0c43261751f1a83337422e168f7f0d6e89a.tar.gz
brdo-c43cf0c43261751f1a83337422e168f7f0d6e89a.tar.bz2
Added/updated the theme-description at the top...
-rw-r--r--themes/example/example.theme9
-rw-r--r--themes/goofy/goofy.theme4
-rw-r--r--themes/jeroen/jeroen.theme9
-rw-r--r--themes/marvin/marvin.theme10
-rw-r--r--themes/unconed/unconed.theme3
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.
*********************************************************************/