You are here

function xbbcode_list_init in Extensible BBCode 6

Same name and namespace in other branches
  1. 8 xbbcode_list/xbbcode_list.module \xbbcode_list_init()
  2. 5 xbbcode_list/xbbcode_list.module \xbbcode_list_init()
  3. 7 xbbcode_list/xbbcode_list.module \xbbcode_list_init()

File

xbbcode_list/xbbcode_list.module, line 38

Code

function xbbcode_list_init() {
  drupal_add_css(drupal_get_path('module', 'xbbcode_list') . '/xbbcode_list.css');
}