0

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 ?

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52

1 Answers1

0

This has now been added to solutons.

See "Creating a breadcrumb for the menu system".

Hannes Landeholm
  • 1,525
  • 2
  • 17
  • 32