summaryrefslogtreecommitdiff
path: root/themes/example/example.theme
diff options
context:
space:
mode:
Diffstat (limited to 'themes/example/example.theme')
-rw-r--r--themes/example/example.theme18
1 files changed, 0 insertions, 18 deletions
diff --git a/themes/example/example.theme b/themes/example/example.theme
deleted file mode 100644
index d9a040f3e..000000000
--- a/themes/example/example.theme
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-// $Id$
-
-function example_help($section) {
-
- $output = "";
-
- switch ($section) {
- case 'admin/themes#description':
- $output = t("Internet explorer, Netscape, Opera, Lynx");
- break;
- }
-
- return $output;
-}
-
-
-?>