You are here

function _wysiwyg_theme_callback in Wysiwyg 7.2

Theme callback to simply suggest a theme based on the page argument.

1 string reference to '_wysiwyg_theme_callback'
wysiwyg_menu in ./wysiwyg.module
Implementation of hook_menu().

File

includes/styling.inc, line 68
Handles adding theme stylesheets into WYSIWYG editors.

Code

function _wysiwyg_theme_callback($theme) {
  return $theme;
}