summaryrefslogtreecommitdiff
path: root/themes/chameleon/chameleon.theme
diff options
context:
space:
mode:
Diffstat (limited to 'themes/chameleon/chameleon.theme')
-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;