By ultimate_fish on
I just get an error that looks like this:
Fatal error: Cannot redeclare xtemplate_node() (previously declared in /home/belfry/public_html/drupal/themes/xtemplate/xtemplate.theme:54) in /home/belfry/public_html/drupal/themes/engines/xtemplate/xtemplate.engine on line 39
What stunningly obvious thing have I done wrong?
Comments
I'm not sure but my
I'm not sure but my drupal(4.6.1) doesn't have a ~/themes/xtemplate/xtemplate.theme at all. It does however have the ~/engines/xtemplate/xtemplate.engine. Are you maybe using the wrong version of a theme?
Line 39 in mine says: function xtemplate_node($node, $main = 0, $page = 0) {