Project

General

Profile

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