diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2001-03-31 11:57:31 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2001-03-31 11:57:31 +0000 |
commit | c43cf0c43261751f1a83337422e168f7f0d6e89a (patch) | |
tree | d037434b4db5bbe44fbe1d22f0ff0ac0fd98681a /themes/example/example.theme | |
parent | 654616023489e84cffd3a07de42655a9e1ae745d (diff) | |
download | brdo-c43cf0c43261751f1a83337422e168f7f0d6e89a.tar.gz brdo-c43cf0c43261751f1a83337422e168f7f0d6e89a.tar.bz2 |
Added/updated the theme-description at the top...
Diffstat (limited to 'themes/example/example.theme')
-rw-r--r-- | themes/example/example.theme | 9 |
1 files changed, 9 insertions, 0 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() { |