Closed (fixed)
Project:
Zen
Version:
7.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 May 2010 at 02:42 UTC
Updated:
11 May 2011 at 11:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
Garrett Albright commentedComment #2
Garrett Albright commentedFor the record, this patch is currently in production at http://oldtowncoffeeeureka.com/ .
Comment #3
johnalbinGarrett, this is a great idea, but the code necessary to implement it is quite heavy. Also, if the site admin, like me, uses menu_block instead of menu.module blocks, then the skip link breaks again.
The way I handle this is to override page.tpl and change the URL to match what is actually configured on the site.
Maybe instead we could have a theme setting to set the link?
Comment #4
Garrett Albright commentedHmm, like this?
Comment #5
johnalbinYes, very nearly! Excellent starting point.
I tweaked it a little bit and committed it. http://drupalcode.org/project/zen.git/commit/ffb5438
Comment #6
Garrett Albright commentedNitpick: It looks like in that diff, you're switching between curly and straight quotes in the theme-settings.php bit.