1
|
name = Test theme
|
2
|
description = Theme for testing the theme system
|
3
|
core = 7.x
|
4
|
hidden = TRUE
|
5
|
|
6
|
; Normally, themes may list CSS files like this, and if they exist in the theme
|
7
|
; folder, then they get added to the page. If they have the same file name as a
|
8
|
; module CSS file, then the theme's version overrides the module's version, so
|
9
|
; that the module's version is not added to the page. Additionally, a theme may
|
10
|
; have an entry like this one, without having the corresponding CSS file in the
|
11
|
; theme's folder, and in this case, it just stops the module's version from
|
12
|
; being loaded, and does not replace it with an alternate version. We have this
|
13
|
; here in order for a test to ensure that this correctly prevents the module
|
14
|
; version from being loaded, and that errors aren't caused by the lack of this
|
15
|
; file within the theme folder.
|
16
|
stylesheets[all][] = system.base.css
|
17
|
|
18
|
settings[theme_test_setting] = default value
|
19
|
|
20
|
; Information added by Drupal.org packaging script on 2015-05-07
|
21
|
version = "7.37"
|
22
|
project = "drupal"
|
23
|
datestamp = "1430973154"
|
24
|
|