upadted core to 7.69
This commit is contained in:
6
modules/toolbar/toolbar-print.css
Normal file
6
modules/toolbar/toolbar-print.css
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Hide the toolbar when printing.
|
||||
*/
|
||||
#toolbar {
|
||||
display: none;
|
||||
}
|
@@ -4,7 +4,7 @@ core = 7.x
|
||||
package = Core
|
||||
version = VERSION
|
||||
|
||||
; Information added by Drupal.org packaging script on 2019-05-08
|
||||
version = "7.67"
|
||||
; Information added by Drupal.org packaging script on 2019-12-18
|
||||
version = "7.69"
|
||||
project = "drupal"
|
||||
datestamp = "1557336079"
|
||||
datestamp = "1576696221"
|
||||
|
@@ -197,6 +197,9 @@ function toolbar_view() {
|
||||
),
|
||||
'css' => array(
|
||||
$module_path . '/toolbar.css',
|
||||
$module_path . '/toolbar-print.css' => array(
|
||||
'media' => 'print',
|
||||
),
|
||||
),
|
||||
'library' => array(array('system', 'jquery.cookie')),
|
||||
),
|
||||
|
Reference in New Issue
Block a user