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

v7.1.x-dev 2013-08-16 14:51 UTC

This package is auto-updated.

Last update: 2025-09-17 14:52:14 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")?>