You are here

function _shadowbox_add_css in Shadowbox 7.3

Same name and namespace in other branches
  1. 7.4 shadowbox.module \_shadowbox_add_css()

File

./shadowbox.module, line 201
Shadowbox, a JavaScript media viewer application for displaying content in a modal dialogue.

Code

function _shadowbox_add_css($file) {
  drupal_add_css(drupal_get_path('module', 'shadowbox') . '/' . $file);
}