Active
Project:
Blueprint
Version:
6.x-1.7
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2010 at 14:20 UTC
Updated:
4 Feb 2011 at 12:14 UTC
Thanks for a great theme! It is my base theme of choice by far
In the Blueprint template.php, the theme currently respects the pagetitle module before handling the tag with sensible defaults. Could a similar check for nodewords be added before handling defaults for the metakeywords and description tags? I have taken to putting
if (module_exists('nodewords')) {
unset($vars['meta']);
}
in my subtheme template.php in preprocess_page to avoid doubling these up. I know you can't account for every module! So maybe a user configurable check box so that these great defaults can be switched off if some other module is addressing them?
Eager for the latest version!!
Comments
Comment #1
Peng.Pif commented+1