/[drupal]/contributions/modules/blockbar/blockbar.module
ViewVC logotype

Diff of /contributions/modules/blockbar/blockbar.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.5, Wed Feb 1 21:50:38 2006 UTC revision 1.6, Fri Feb 10 00:44:24 2006 UTC
# Line 19  function blockbar_help($section) { Line 19  function blockbar_help($section) {
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'])) {

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.2