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

mrfelton’s picture

Status: Active » Fixed

This has been resolved. render() replaced with drupal_render()

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

avpaderno’s picture

Version: 6.x-1.0-beta13 » 6.x-1.x-dev
Issue summary: View changes