You are here

function theme_textactions_text2canvas in ImageCache Actions 5.2

Same name and namespace in other branches
  1. 5.3 textactions.inc \theme_textactions_text2canvas()
  2. 6 textactions.inc \theme_textactions_text2canvas()

Implementation of theme_hook() for imagecache_ui.module

File

./textactions.inc, line 137

Code

function theme_textactions_text2canvas($element) {
  $data = $element['#value'];
  return "<em><strong>" . $data['text'] . "</strong></em>";
}