btagis
-
3/25/2013 8:31:36 AM
Aspx + Portal page widget inheritance, hard-coded menu links
Hello all,
Beware of absolute beginner question; I'm sure I'm missing something conceptual here. I'm using aspx + portal engine, and need to hard-wire a menu, with links that point to CMS pages, at the masterpage level. The menu web part isn't really appropriate.
I've put a webpartzone in the masterpage, & added in the links I need. They aren't consistently applied across various other Template Pages. Now I understand entirely why this would be happening -- placing the webpartzone in the masterpage is just shorthand for placing it separately on each page, and the pages' zone contents are maintained independently. What I don't understand is how to achieve my aim!
Is there some way of inserting a webpart into the masterpage code which will translate into a cms page link? I could hard-code absolute links, but they won't work in deployment...
Thanks!
|