averyvery / freeway

Simple Routing for EE
43 stars 4 forks source link

In-template access to routes #7

Open averyvery opened 12 years ago

averyvery commented 12 years ago

Freeway should make it possible to pull a specific URL using some kind of named scheme. For example:

{exp;freeway:route name="about-us"} => /about-us/

Not sure what the best way to handle this would be, though, because it would involve setting a third value for each route (ugh).