| 1 |
; The name and description of the theme used on the admin/build/themes page. |
| 2 |
name = Crónicas de Héroes: Monterrey |
| 3 |
description = Theme for Monterrey Heroreport website |
| 4 |
|
| 5 |
; The screenshot used on the admin/build/themes page. |
| 6 |
screenshot = screenshot.png |
| 7 |
|
| 8 |
; "core" specifies the version of Drupal that this theme is compatible with. |
| 9 |
; "base theme" specifies that this is a theme that uses the "zen" theme as its |
| 10 |
; base theme. Its unlikely you will ever need to change these, but they are |
| 11 |
; required fields for a Zen sub-theme. The "engine" field is not used in a |
| 12 |
; sub-theme since the engine is inherited from its base theme. |
| 13 |
core = 6.x |
| 14 |
base theme = zen |
| 15 |
|
| 16 |
; This section adds CSS files to your theme. The media type is specified in |
| 17 |
; the brackets. Typical CSS media types include "all", "screen", "print", and |
| 18 |
; "handheld". See http://www.w3.org/TR/CSS21/media.html#media-types for a full |
| 19 |
; list of stylesheet media types in CSS 2.1. The iPhone's preferred media type |
| 20 |
; is based on the CSS3 Media queries. http://www.w3.org/TR/css3-mediaqueries/ |
| 21 |
; |
| 22 |
; You can also override any of Zen's stylesheets or any module's stylesheets, |
| 23 |
; an /extremely/ useful feature. See the excellent Drupal 6 Theme Guide at |
| 24 |
; http://drupal.org/node/263967 for more details. |
| 25 |
stylesheets[all][] = css/html-reset.css |
| 26 |
|
| 27 |
; placed here to allow topic-css files to override css resets in 1140.css |
| 28 |
stylesheets[all][] = css/1140-cssgrid/1140.css |
| 29 |
stylesheets[all][] = css/1140-cssgrid/styles.css |
| 30 |
conditional-stylesheets[if IE][all][] = css/1140-cssgrid/ie.css |
| 31 |
|
| 32 |
stylesheets[all][] = css/wireframes.css |
| 33 |
stylesheets[all][] = css/page-backgrounds.css |
| 34 |
stylesheets[all][] = css/tabs.css |
| 35 |
stylesheets[all][] = css/messages.css |
| 36 |
stylesheets[all][] = css/pages.css |
| 37 |
stylesheets[all][] = css/block-editing.css |
| 38 |
stylesheets[all][] = css/blocks.css |
| 39 |
stylesheets[all][] = css/navigation.css |
| 40 |
stylesheets[all][] = css/panels-styles.css |
| 41 |
stylesheets[all][] = css/views-styles.css |
| 42 |
stylesheets[all][] = css/nodes.css |
| 43 |
stylesheets[all][] = css/comments.css |
| 44 |
stylesheets[all][] = css/forms.css |
| 45 |
stylesheets[all][] = css/fields.css |
| 46 |
|
| 47 |
;stylesheets[print][] = css/print.css |
| 48 |
|
| 49 |
stylesheets[all][] = css/layout-liquid.css |
| 50 |
|
| 51 |
scripts[] = js/1140-cssgrid/css3-mediaqueries.js |
| 52 |
|
| 53 |
; stylesheets[handheld][] = css/mobile.css |
| 54 |
; stylesheets[only screen and (max-device-width: 480px)][] = css/iphone.css |
| 55 |
|
| 56 |
; Set the conditional stylesheets that are processed by IE. |
| 57 |
conditional-stylesheets[if IE][all][] = css/ie.css |
| 58 |
conditional-stylesheets[if lte IE 6][all][] = css/ie6.css |
| 59 |
|
| 60 |
; Optionally add some JavaScripts to your theme. |
| 61 |
; scripts[] = js/script.js |
| 62 |
|
| 63 |
; The regions defined in Zen's default page.tpl.php file. The name in |
| 64 |
; brackets is the name of the variable in the page.tpl.php file, (e.g. |
| 65 |
; "[content_top]" in the .info file means there should be a $content_top |
| 66 |
; variable in the page.tpl.php file.) The text after the equals sign is a |
| 67 |
; descriptive text used on the admin/build/blocks page. |
| 68 |
; |
| 69 |
; To add a new region, copy Zen's page.tpl.php to your sub-theme's directory, |
| 70 |
; add a line line to this file, and then add the new variable to your |
| 71 |
; page.tpl.php template. |
| 72 |
regions[header] = Header |
| 73 |
regions[sub_header] = Sub header |
| 74 |
regions[content_bottom] = Content bottom |
| 75 |
regions[footer_left] = Footer left |
| 76 |
regions[footer_center] = Footer center |
| 77 |
regions[footer_right] = Footer right |
| 78 |
regions[footer] = Footer |
| 79 |
regions[page_closure] = Page closure |
| 80 |
|
| 81 |
; Add regions used by other active themes. |
| 82 |
; |
| 83 |
; Avoids core bug where a custom blocks that is provided a default region is |
| 84 |
; disabled if this region is not present in all other enabled themes. :( |
| 85 |
; See https://drupal.org/node/1172560#comment-4873004 |
| 86 |
regions[sidebar] = Sidebar |
| 87 |
regions[navigation] = Navigation |
| 88 |
regions[right] = Right |
| 89 |
|
| 90 |
; Various page elements output by the theme can be toggled on and off. The |
| 91 |
; "features" control which of these check boxes display on the |
| 92 |
; admin/build/themes config page. This is useful for suppressing check boxes |
| 93 |
; for elements not used by your sub-theme. To suppress a check box, omit the |
| 94 |
; entry for it below. See the Drupal 6 Theme Guide for more info: |
| 95 |
; http://drupal.org/node/171205#features |
| 96 |
features[] = logo |
| 97 |
features[] = name |
| 98 |
features[] = slogan |
| 99 |
features[] = mission |
| 100 |
features[] = node_user_picture |
| 101 |
features[] = comment_user_picture |
| 102 |
features[] = search |
| 103 |
features[] = favicon |
| 104 |
features[] = primary_links |
| 105 |
features[] = secondary_links |
| 106 |
|
| 107 |
; Set the default settings to be used in theme-settings.php |
| 108 |
settings[zen_block_editing] = 1 |
| 109 |
settings[zen_breadcrumb] = yes |
| 110 |
settings[zen_breadcrumb_separator] = ' › ' |
| 111 |
settings[zen_breadcrumb_home] = 1 |
| 112 |
settings[zen_breadcrumb_trailing] = 1 |
| 113 |
settings[zen_breadcrumb_title] = 0 |
| 114 |
settings[zen_rebuild_registry] = 1 |
| 115 |
settings[zen_wireframes] = 0 |