From b8b6fd96e5d1c7e803550dd86d3c4ed577bba9d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ctibor=20Bran=C4=8D=C3=ADk?= Date: Tue, 22 Mar 2016 23:36:38 +0100 Subject: Add theme for MRP site. --- .../themes/mrp/theme-settings.php | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 sites/brdo.brontosaurus.cz.mrp/themes/mrp/theme-settings.php (limited to 'sites/brdo.brontosaurus.cz.mrp/themes/mrp/theme-settings.php') diff --git a/sites/brdo.brontosaurus.cz.mrp/themes/mrp/theme-settings.php b/sites/brdo.brontosaurus.cz.mrp/themes/mrp/theme-settings.php new file mode 100644 index 000000000..1cfae8b88 --- /dev/null +++ b/sites/brdo.brontosaurus.cz.mrp/themes/mrp/theme-settings.php @@ -0,0 +1,33 @@ + 'checkbox', + '#title' => t('STARTERKIT sample setting'), + '#default_value' => theme_get_setting('STARTERKIT_example'), + '#description' => t("This option doesn't do anything; it's just an example."), + ); + // */ + + // Remove some of the base theme's settings. + /* -- Delete this line if you want to turn off this setting. + unset($form['themedev']['zen_wireframes']); // We don't need to toggle wireframes on this site. + // */ + + // We are editing the $form in place, so we don't need to return anything. +} -- cgit v1.2.3