Projet

Général

Profil

Paste
Télécharger (1,02 ko) Statistiques
| Branche: | Révision:

root / drupal7 / modules / simpletest / tests / themes / test_theme / test_theme.info @ c7768a53

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 2021-01-20
21
version = "7.78"
22
project = "drupal"
23
datestamp = "1611162699"