You are here

function xbbcode_list_init in Extensible BBCode 8

Same name and namespace in other branches
  1. 5 xbbcode_list/xbbcode_list.module \xbbcode_list_init()
  2. 6 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 23

Code

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