You are here

function easychart_preprocess_page in Easychart 7

Same name and namespace in other branches
  1. 7.2 easychart.module \easychart_preprocess_page()

File

./easychart.module, line 499
Easy Chart module file.

Code

function easychart_preprocess_page(&$variables) {

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