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

hass’s picture

Status: Active » Closed (works as designed)

As 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...

Zen’s picture

Status: Closed (works as designed) » Closed (duplicate)