How do I generate breadcrumbs for my Melt app?

90 Views Asked by At

I have used the Melt Framework to build a web application with the following structure:

/views
    /inside
        index.php
        edit.php
    /outside
        index.php
        register.php
        login.php
    layout.php

Now I want to generate breadcrumbs to show in the layout.php above the contents of each view. What would be the best way to implement breadcrumbs in Melt ?

1

There are 1 best solutions below

0
On

This has now been added to solutons.

See "Creating a breadcrumb for the menu system".