AAron
Guest
|
Posted:
Wed Jan 19, 2005 8:36 pm Post subject:
Can a site include the AlternateHeader file? |
|
|
I created a SiteHeader.aspx file and made it the AlternateHeader in my
STS site definition. This puts my own header on all the portal/site
shared files such as _layouts/1033/viewlsts.aspx
Now, I want to complete the header coverage by adding an "include" of
that file in my site's default.aspx file. This is harder than I
thought. I cannot add embedd a script fragment to the default.aspx
since they are not allowed. I created a server control that did a
Context.Server.Execute(alternateHeader) that did not work even with
various paths to the alternateHeader file. It appears that the ISAPI
filter is getting in the way of correctly referencing/finding the
_layouts/1033/SiteHeader.aspx file from my site.
Although this would be my perferred mechanism for unifying the header,
I've pretty much given up on it. Now I'm pursuing server controls that
I seperately add to that file and the default.aspx file.
Ideas?
-AAron |
|