phpwax / wildfire.archive-navigation
Package info
github.com/phpwax/wildfire.archive-navigation
Language:CSS
pkg:composer/phpwax/wildfire.archive-navigation
v7.1.x-dev
2013-08-16 14:51 UTC
This package is auto-updated.
Last update: 2026-02-17 15:44:28 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")?>