diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-03-31 14:58:37 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-03-31 14:58:37 +0000 |
commit | d1a07a2e8f21e402c85799215f37bd7f3cb685f1 (patch) | |
tree | 845bccd135828c5c39584bde0d199dff941b8180 /themes | |
parent | d9e72f37de62ae2c96925ec5f75c7e6bd449b59b (diff) | |
download | brdo-d1a07a2e8f21e402c85799215f37bd7f3cb685f1.tar.gz brdo-d1a07a2e8f21e402c85799215f37bd7f3cb685f1.tar.bz2 |
- fixed "you-have-to-logout-and-login-before-permissions-change" bug
(reported by UnConeD)
- added "add node" link to book selection box and made it display the
current location
- removed tabs and whitespaces from themes - done automatically
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"; |