where does <portal: come from in the Master Page?

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
6/10/2008 4:00:26 AM
Gravatar
Total Posts 2

where does <portal: come from in the Master Page?

I want to create my own skin from scratch. I'm using the source of MojoPortal 2.2.5.8.

In the ~/App_MasterPages/Layout.Master I see the variable <portal: ...>

I can not find where this directive is set. Normally this would be in the Page directive, but I can not find it.

 

Thanks,

Eddy

6/10/2008 5:18:10 AM
Gravatar
Total Posts 18439

Re: where does <portal: come from in the Master Page?

The tag prefixes are declared in Web.config pages section so they don't have to be declared on individual pages.

Hope it helps,

Joe

6/10/2008 5:21:34 AM
Gravatar
Total Posts 2

Re: where does <portal: come from in the Master Page?

aha.

Thanks a lot.

You must sign in to post in the forums. This thread is closed to new posts.