0

多くのページで次の通知が表示されます。

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).
4

1 に答える 1

0

CTI Flexの作成者は、Zen7.x-3.xとの互換性に引き続き取り組んでいます。http://drupal.org/node/1590214を参照してください。それまでの間、このハックは機能しているようです。

で始まる行を複製しsettings[zen_jump_link_target]、に変更しsettings[zen_skip_link_anchor]ます。

で、をthemes/cti_flex/templates/html.tpl.phpに置き換えます。$jump_link_target$skip_link_anchor

于 2012-06-18T20:01:47.380 に答える