Improve printing options for invoices reducing global styles
This commit is contained in:
parent
42355f66e6
commit
8809632f15
19 changed files with 19 additions and 72 deletions
|
@ -32,8 +32,6 @@ function theme_stormticket_list($header, $tickets) {
|
|||
}
|
||||
|
||||
function theme_stormticket_view($node, $teaser = FALSE, $page = FALSE) {
|
||||
drupal_add_css(drupal_get_path('module', 'storm') . '/storm-node.css', 'module');
|
||||
|
||||
$node = node_prepare($node, $teaser);
|
||||
|
||||
$node->content['links'] = array(
|
||||
|
|
Reference in a new issue