I get the following notification on many pages:
Notice: Undefined variable: jump_link_target in include() (line 74 of /Users/peter/dev/eyestreet.com/drupal/sites/default/themes/cti_flex/templates/html.tpl.php).
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The CTI Flex author is still working on compatibility with Zen 7.x – 3.x. See http://drupal.org/node/1590214. In the mean time, this hack seems to work:
Duplicate the line starting with
settings[zen_jump_link_target]and change it tosettings[zen_skip_link_anchor].In
themes/cti_flex/templates/html.tpl.php, replace$jump_link_targetwith$skip_link_anchor.