only add css when required

joachim - February 5, 2009 - 13:48
Project:uBrowser
Version:5.x-1.4
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

UBrowser is calling this line several times:

  drupal_add_css(drupal_get_path('module', 'ubrowser') .'/ubrowser.css');

The copy in hook_menu could be removed so the css is only added when needed.

 
 

Drupal is a registered trademark of Dries Buytaert.