1
|
name = Rubik
|
2
|
description = Clean admin theme.
|
3
|
base theme = tao
|
4
|
core = 7.x
|
5
|
engine = phptemplate
|
6
|
|
7
|
regions[content] = Content
|
8
|
regions[help] = Help
|
9
|
regions[page_top] = Page top
|
10
|
regions[page_bottom] = Page bottom
|
11
|
|
12
|
scripts[] = js/rubik.js
|
13
|
stylesheets[screen][] = core.css
|
14
|
stylesheets[screen][] = icons.css
|
15
|
stylesheets[screen][] = style.css
|
16
|
stylesheets[screen][] = jquery.ui.theme.css
|
17
|
stylesheets[print][] = print.css
|
18
|
|
19
|
; Support shortcut module links
|
20
|
settings[shortcut_module_link] = 1
|
21
|
settings[rubik_inline_field_descriptions] = 0
|
22
|
|
23
|
; By default sidebar in forms is enabled
|
24
|
settings[rubik_disable_sidebar_in_form] = 0
|
25
|
|
26
|
; By default field placement in the sidebar is disabled
|
27
|
settings[rubik_sidebar_field_ui] = 0
|
28
|
|
29
|
; Enable branding line at the top of the page by default
|
30
|
settings[rubik_show_branding] = 1
|
31
|
|
32
|
; Out of all default Drupal theme features, Rubik uses only secondary menu which
|
33
|
; is displayed at the top of the page, in #branding section.
|
34
|
features[] = secondary_menu
|
35
|
|
36
|
; Information added by Drupal.org packaging script on 2015-01-22
|
37
|
version = "7.x-4.2"
|
38
|
core = "7.x"
|
39
|
project = "rubik"
|
40
|
datestamp = "1421901484"
|
41
|
|