Needs review
Project:
Genesis
Version:
7.x-2.x-dev
Component:
Genesis Base Theme
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Jul 2012 at 02:55 UTC
Updated:
11 Jul 2012 at 03:08 UTC
Jump to comment: Most recent file
Comments
Comment #1
scor commentedthis patch changes the way the namespace prefixes are declared in HTML. xmlns is not longer used, a new prefix attribute is used instead. @profile is also remove from html.tpl.php as this attribute is now deprecated.
Comment #2
mgiffordOk, so this is a patch to apply to the base theme which will then be applied to the sub-theme or do we need to apply it to both? I'm asking mostly as I don't have a genesis_preprocess_html() function in my existing template.php file.
Comment #3
scor commentedThis is a patch for the base theme only. Once it's been applied to the base theme, the sub theme will inherit the new functionality of this patch, provided you don't override html.tpl.php in your subtheme (which you shouldn't anyways).
Feel free to apply the patch to the base theme on your site until Jeff (maintainer of Genesis) commits it to the repo.