Project

General

Profile

Download (279 Bytes) Statistics
| Branch: | Tag: | Revision:
1
<?php
2
/**
3
 * @file
4
 * Returns HTML for a region.
5
 *
6
 * Complete documentation for this file is available online.
7
 * @see https://drupal.org/node/1728112
8
 */
9
?>
10
<?php if ($content): ?>
11
  <div class="<?php print $classes; ?>">
12
    <?php print $content; ?>
13
  </div>
14
<?php endif; ?>
(16-16/17)