Closed (duplicate)
Project:
Node style
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Jan 2007 at 21:50 UTC
Updated:
7 Feb 2007 at 21:05 UTC
using Garland theme, when try to hide the right sidebar (same template and all phptemplates, however pure php templates works) writes the following error:
Fatal error: Cannot redeclare _phptemplate_variables() (previously declared in /web/forgoszek/forgoszek.hu/sites/all/modules/node_style/node_style.inc:9) in
Comments
Comment #1
hass commentedAs documented in your /web/forgoszek/forgoszek.hu/sites/all/modules/node_style/node_style.inc you must comment the code inside "node_style.inc", if you have a _phptemplate_variables() function in your theme.
Drupal 6 will probable do the trick here... or better say, a feature request is filed a theme variables hook...
Comment #2
Zen commentedPlease see http://drupal.org/node/99007