Hi everybody,

in my view templates, I have a meta navigation bar in the header, that
renders links to the administration login page, an about page and an imprint
page. So far, I hard-coded these links. This is bad.

So what's the proper way to generate these links? The link to the admin page
should be easy as it is static. I thought about using the Blog class, I
noticed a method there to retrieve the base url and just concatenate the
admin page behind that.

Would I need to come up with some kind of plugin that does the rest, thus
generating links to pages? Or can I touch the routes/controller behaviour to
create a mapping there manually after creating the pages I need (about,
imprint)?

thanks,

Tobias W.
_______________________________________________
Typo-list mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/typo-list

Reply via email to