|
Revision 161, 388 bytes
(checked in by rickybanister, 3 years ago)
|
|
removed top and bottom divs on blog subnavs, made all subnavs in blog plugin a-subnav slots, cleaned up and unified subnav styles between blog and media subnavs
|
| Line | |
|---|
| 1 | <?php use_helper('a') ?> |
|---|
| 2 | <?php $page = aTools::getCurrentPage() ?> |
|---|
| 3 | |
|---|
| 4 | <div id="a-subnav" class="subnav"> |
|---|
| 5 | <div class="a-subnav-wrapper"> |
|---|
| 6 | <?php // echo a_navcolumn(false) ?> |
|---|
| 7 | <?php include_component('aNavigation', 'tabs', array('root' => $page->slug, 'active' => $page->slug, 'name' => 'subnav', 'draggable' => true, 'drag_icon' => true)) # Top Level Navigation ?> |
|---|
| 8 | </div> |
|---|
| 9 | </div> |
|---|