Knowledge Base

Snippets

19

Declare @PortalID int;

Set @PortalID = 1

update portalsettings

set SettingValue = '[G]skins/Xcillion/inner.ascx'

where SettingName = 'DefaultPortalSkin'

and PortalId= @PortalID;

update portalsettings

set SettingValue = '[G]skins/Xcillion/inner.ascx'

where SettingName = 'DefaultAdminSkin'

and PortalId= @PortalID;

update portalsettings

set SettingValue = '[G]Containers/Xcillion/Title_h2.ascx'

where SettingName = 'DefaultAdminContainer'

and PortalId= @PortalID;

update portalsettings

set SettingValue = '[G]Containers/Xcillion/Title_h2.ascx'

where SettingName = 'DefaultPortalContainer'

and PortalId= @PortalID;

Posted in: DNN, Skin Objects

Comments

There are currently no comments, be the first to post one!

Post Comment

Only registered users may post comments.