Active
Project:
Stark
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Dec 2012 at 00:42 UTC
Updated:
6 Dec 2012 at 00:43 UTC
seemingly out of nowhere my action_links do not render anymore,, i use the proper code:
<?php if ($action_links): ?><ul class="action-links"><?php print render($action_links); ?></ul><?php endif; ?>
if i turn off my customized stark theme by renaming page.tpl.php to something else, then the action_links work again.