Floats tasks and actions (e.g. the view and edit tabs on nodes), to avoid the need to accomodate them when building a theme. Intended to work with the Administration Menu module.

To Do

  • UI - I built the UI and I'm not a designer. I am not enamored with my work. Please help.

Instructions

  1. Install and enable in the normal way.
  2. Remove calls to render tabs and actions in your theme. For example, override modules/system/page.tpl.php and remove the lines

    <?php if ($tabs): ?><div class="tabs"><?php print render($tabs); ?></div><?php endif; ?>

    and

    <?php if ($action_links): ?><ul class="action-links"><?php print render($action_links); ?></ul><?php endif; ?>

Project information

Releases