@@ -34,8 +34,8 @@ regions[footer] = Footer
|
||||
settings[shortcut_module_link] = 0
|
||||
|
||||
|
||||
; Information added by drupal.org packaging script on 2013-03-07
|
||||
version = "7.21"
|
||||
; Information added by drupal.org packaging script on 2013-04-03
|
||||
version = "7.22"
|
||||
project = "drupal"
|
||||
datestamp = "1362616996"
|
||||
datestamp = "1365027012"
|
||||
|
||||
|
@@ -7,8 +7,8 @@ stylesheets[all][] = style.css
|
||||
stylesheets[print][] = print.css
|
||||
settings[garland_width] = fluid
|
||||
|
||||
; Information added by drupal.org packaging script on 2013-03-07
|
||||
version = "7.21"
|
||||
; Information added by drupal.org packaging script on 2013-04-03
|
||||
version = "7.22"
|
||||
project = "drupal"
|
||||
datestamp = "1362616996"
|
||||
datestamp = "1365027012"
|
||||
|
||||
|
@@ -13,8 +13,8 @@ regions[page_bottom] = Page bottom
|
||||
regions[sidebar_first] = First sidebar
|
||||
regions_hidden[] = sidebar_first
|
||||
|
||||
; Information added by drupal.org packaging script on 2013-03-07
|
||||
version = "7.21"
|
||||
; Information added by drupal.org packaging script on 2013-04-03
|
||||
version = "7.22"
|
||||
project = "drupal"
|
||||
datestamp = "1362616996"
|
||||
datestamp = "1365027012"
|
||||
|
||||
|
@@ -104,12 +104,15 @@ function seven_css_alter(&$css) {
|
||||
// Use Seven's vertical tabs style instead of the default one.
|
||||
if (isset($css['misc/vertical-tabs.css'])) {
|
||||
$css['misc/vertical-tabs.css']['data'] = drupal_get_path('theme', 'seven') . '/vertical-tabs.css';
|
||||
$css['misc/vertical-tabs.css']['type'] = 'file';
|
||||
}
|
||||
if (isset($css['misc/vertical-tabs-rtl.css'])) {
|
||||
$css['misc/vertical-tabs-rtl.css']['data'] = drupal_get_path('theme', 'seven') . '/vertical-tabs-rtl.css';
|
||||
$css['misc/vertical-tabs-rtl.css']['type'] = 'file';
|
||||
}
|
||||
// Use Seven's jQuery UI theme style instead of the default one.
|
||||
if (isset($css['misc/ui/jquery.ui.theme.css'])) {
|
||||
$css['misc/ui/jquery.ui.theme.css']['data'] = drupal_get_path('theme', 'seven') . '/jquery.ui.theme.css';
|
||||
$css['misc/ui/jquery.ui.theme.css']['type'] = 'file';
|
||||
}
|
||||
}
|
||||
|
@@ -5,8 +5,8 @@ version = VERSION
|
||||
core = 7.x
|
||||
stylesheets[all][] = layout.css
|
||||
|
||||
; Information added by drupal.org packaging script on 2013-03-07
|
||||
version = "7.21"
|
||||
; Information added by drupal.org packaging script on 2013-04-03
|
||||
version = "7.22"
|
||||
project = "drupal"
|
||||
datestamp = "1362616996"
|
||||
datestamp = "1365027012"
|
||||
|
||||
|
Reference in New Issue
Block a user