You are here

function modalframe_preprocess_html in Modal Frame API 7

Preprocess template variables for html.tpl.php

File

./modalframe.module, line 99
Provides an API to render an iframe within a modal dialog based on the jQuery UI Dialog plugin.

Code

function modalframe_preprocess_html(&$variables) {
  if (!empty($GLOBALS['modalframe_page_template'])) {
    $variables['theme_hook_suggestions'][] = 'html__modalframe';
  }
}