Project

General

Profile

Download (384 Bytes) Statistics
| Branch: | Tag: | Revision:
1
<?php
2
/**
3
 * @file
4
 * Returns the HTML for Panels Everywhere's messages pane.
5
 *
6
 * Complete documentation for this file is available online.
7
 * @see https://drupal.org/node/2052511
8
 */
9
?>
10

    
11
<?php print $messages; ?>
12
<?php print render($tabs); ?>
13
<?php print $help; ?>
14

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