phpwax/wildfire.navigation

Installs: 362

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 5

Forks: 0

Open Issues: 0

pkg:composer/phpwax/wildfire.navigation

7.1 2013-07-22 13:57 UTC

This package is auto-updated.

Last update: 2025-09-29 01:34:57 UTC


README

use:
<?=partial("nav/__navigation", array('root'=>$root));?>

$root is a WildfireNavigationItem (Primary / Footer from example below)

The idea is the top level page is the navigation block (multi-lingual)
  - Primary
    - Home
    - News
    - Contact
  - Footer
    - Sitemap
    
and similar, this way the built in sort function (for content items) will work nicely