phpwax / wildfire.archive-navigation
v7.1.x-dev
2013-08-16 14:51 UTC
This package is auto-updated.
Last update: 2024-09-17 12:33:45 UTC
README
To use this plugin:
<?=partial("__archive_navigation", array('root'=>$top_level, 'active'=>$cms_content))?>
root is the top you want this nav to start at (so say the news section)
active is the current page (so a news story)
Basic styling is also included:
<?=css_bundle("wildfire.archive-navigation", array(), "wildfire.archive-navigation")?>
Along with js to make them slide up and down:
<?=js_bundle("wildfire.archive-navigation", array(), "wildfire.archive-navigation")?>