phpwax / wildfire.archive-navigation
Installs: 46
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 0
Open Issues: 0
Language:CSS
pkg:composer/phpwax/wildfire.archive-navigation
This package is auto-updated.
Last update: 2025-10-17 14:55:54 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")?>