You are here

function easychart_wysiwyg_preprocess_page in Easychart 7.3

File

modules/easychart_wysiwyg/easychart_wysiwyg.module, line 63
Easychart WYSIWYG integration.

Code

function easychart_wysiwyg_preprocess_page(&$variables) {

  // Force the use of this template.
  if ($variables['theme_hook_suggestions'][0] == 'page__admin__config_media__easychart__charts') {
    $variables['theme_hook_suggestion'] = 'page__admin__config_media__easychart__charts';
  }
}