I need to create a blank HTML 5 page for html5 video from my XHTML Omega sub-theme.

I added to theme_preprocess_html() & theme_preprocess_page() functions theme_hook_suggestions to use a special blank html.tpl.php & page.tpl.php template files to load when the special content-type node is loaded / viewed. So my HTML5 video page (special content type) can appear on a new pop up window.

The above solution work great using theme Bartik, but not if using sub-theme of Omega.

How can I override, so that Omega allow me to use my very own html.tpl.php & page.tpl.php ?

Comments

Cellar Door’s picture

Category: bug » support
Status: Active » Fixed

You'll want to use the theme_alpha_preprocess_page hook instead and theme_alpha_preprocess_page as well. Try these and see if it works - please re-open if it does not.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.