You are here

function bueditor_sprite_editor in BUEditor 6.2

Same name and namespace in other branches
  1. 7 admin/bueditor.sprite.inc \bueditor_sprite_editor()

Create an icon sprite for an editor.

1 call to bueditor_sprite_editor()
bueditor_sprite in admin/bueditor.sprite.inc
Create and return editor sprite depending on editor settings or buttons.

File

admin/bueditor.sprite.inc, line 25
Generates CSS sprites for editor buttons.

Code

function bueditor_sprite_editor($editor) {
  return bueditor_sprite_buttons(bueditor_buttons($editor->eid), $editor->iconpath);
}