Closed (fixed)
Project:
Seven
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2011 at 12:26 UTC
Updated:
15 Jan 2026 at 11:58 UTC
Jump to comment: Most recent
In page.tpl.php, line 55, we find this:
<?php if (!empty($action_links)): ?><ul class="action-links"><?php print render($action_links); ?></ul><?php endif; ?>
Unfortunately the render() function doesn't exist in D6. Same goes for the $action_links variable.
Comments
Comment #1
mrfelton commentedThis has been resolved.
render()replaced withdrupal_render()Comment #3
avpaderno