You are here

function _shadowbox_library_add_css in Shadowbox 7.4

Same name and namespace in other branches
  1. 7.3 shadowbox.module \_shadowbox_library_add_css()

File

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

Code

function _shadowbox_library_add_css($file) {
  drupal_add_css(variable_get('shadowbox_location', SHADOWBOX_DEFAULT_PATH) . '/' . $file);
}