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
|
@ -10,8 +10,6 @@
|
|||
* Theme function for the SuiteDesk Team node view
|
||||
*/
|
||||
function theme_stormteam_view($node, $teaser = FALSE, $page = FALSE) {
|
||||
drupal_add_css(drupal_get_path('module', 'storm') . '/storm-node.css', 'module');
|
||||
|
||||
$node = node_prepare($node, $teaser);
|
||||
$type = node_get_types('type', $node);
|
||||
|
||||
|
|
Reference in a new issue