Reputation: 3
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 ?
Upvotes: 0
Views: 86
Reputation: 1629
This has now been added to solutons.
See "Creating a breadcrumb for the menu system".
Upvotes: 0