source:
multisport/1.1.3/sidebar.php
| Last change on this file was 97505, checked in by , 7 years ago | |
|---|---|
| File size: 261 bytes | |
| Line | |
|---|---|
| 1 | <?php |
| 2 | /** |
| 3 | * The sidebar containing the main widget area |
| 4 | */ |
| 5 | ?> |
| 6 | |
| 7 | <aside id="sidebar"> |
| 8 | |
| 9 | <?php |
| 10 | /** |
| 11 | * Display Widgets dragged in the 'Sidebar' Widget Area |
| 12 | */ |
| 13 | ?> |
| 14 | <?php dynamic_sidebar( 'sidebar-widget-area' ); ?> |
| 15 | |
| 16 | </aside><!-- #sidebar --> |
Note: See TracBrowser
for help on using the repository browser.