root / drupal7 / sites / all / themes / zen / templates / region--sidebar.tpl.php @ 4b706e38
1 | 87dbc3bf | Benjamin Luce | <?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; ?> |