diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2001-03-20 20:45:21 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2001-03-20 20:45:21 +0000 |
commit | 5f1f1b88edbdc45316e586c58815538633c3fd93 (patch) | |
tree | 13f5b1226b191790774ccd52e6effe634d7b39cc | |
parent | c0751ec2b21b3461290494de7887813278bf4244 (diff) | |
download | brdo-5f1f1b88edbdc45316e586c58815538633c3fd93.tar.gz brdo-5f1f1b88edbdc45316e586c58815538633c3fd93.tar.bz2 |
Theme update:
- added a small 'info header' in comments... might be better for when we get more themes.
-rw-r--r-- | themes/unconed/unconed.theme | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index 12dc04a05..9c24ea842 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -1,5 +1,14 @@ <?php + /********************************************************************* + + Theme: UnConeD + Author: UnConeD + Email: unconed@drop.org + Description: Modern theme, gray and blue, high coolness factor. + + *********************************************************************/ + class Theme { var $link = "#000000"; var $themename = "unconed"; |