Closed (fixed)
Project:
Service links
Version:
master
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
18 Feb 2007 at 07:27 UTC
Updated:
11 Mar 2007 at 21:33 UTC
The example _php_template_variables code given in template.php does not work in Drupal 5 for two reasons
module_exist function rather than Drupal 5's module_exists$vars['service_links'] = theme('links', service_links_render($vars['node']));
...the links theme in Drupal 5 expects links to be provided in the new array format not the old HTML format and so this does not render correctly.
Comments
Comment #1
frjo commentedThanks for the heads up on this, I had simply forgotten this file.
Comment #2
frjo commentedCommitted to 5-dev and HEAD.
Comment #3
(not verified) commented