| 19 |
function blockbar_build_blockbar($block_num = NULL) { |
function blockbar_build_blockbar($block_num = NULL) { |
| 20 |
static $sent = array(); |
static $sent = array(); |
| 21 |
if (!isset($sent[drupal_get_path('module','blockbar') . '/blockbar.css'])) { |
if (!isset($sent[drupal_get_path('module','blockbar') . '/blockbar.css'])) { |
| 22 |
drupal_set_html_head('<style type="text/css">@import url('.drupal_get_path('module','blockbar').'/blockbar.css);</style>'); |
theme_add_style(drupal_get_path('module','blockbar') .'/blockbar.css'); |
| 23 |
$sent[drupal_get_path('module','blockbar') . '/blockbar.css'] = TRUE; |
$sent[drupal_get_path('module','blockbar') . '/blockbar.css'] = TRUE; |
| 24 |
} |
} |
| 25 |
if (!isset($sent[drupal_get_path('module','blockbar') . '/blockbar.js'])) { |
if (!isset($sent[drupal_get_path('module','blockbar') . '/blockbar.js'])) { |