summaryrefslogtreecommitdiff
path: root/themes/chameleon
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-04-17 07:19:39 +0000
committerDries Buytaert <dries@buytaert.net>2007-04-17 07:19:39 +0000
commit03b4b58e9ab272fc375664e18d5bb0c339b440a5 (patch)
tree8b7b509978f68f7122078c7c5e946cf731062d29 /themes/chameleon
parente98c82e67939efaae859ce70ee728a08a26dc363 (diff)
downloadbrdo-03b4b58e9ab272fc375664e18d5bb0c339b440a5.tar.gz
brdo-03b4b58e9ab272fc375664e18d5bb0c339b440a5.tar.bz2
- Patch #132018 by Steven et al: add .info files to themes.
Diffstat (limited to 'themes/chameleon')
-rw-r--r--themes/chameleon/chameleon.theme15
1 files changed, 0 insertions, 15 deletions
diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme
index 3153a9c1c..7d3134b86 100644
--- a/themes/chameleon/chameleon.theme
+++ b/themes/chameleon/chameleon.theme
@@ -23,21 +23,6 @@ function chameleon_theme($existing) {
return $templates;
}
-function chameleon_features() {
- return array(
- 'toggle_logo',
- 'toggle_favicon',
- 'toggle_name',
- 'toggle_slogan');
-}
-
-function chameleon_regions() {
- return array(
- 'left' => t('left sidebar'),
- 'right' => t('right sidebar')
- );
-}
-
function chameleon_page($content, $show_blocks = TRUE) {
$language = isset($GLOBALS['language']) ? $GLOBALS['language']->language : NULL;