The following code is missing from EditModule.aspx :
If Not Me.Page.FindControl("Body") Is Nothing AndAlso _portalSettings.BackgroundFile <> "" Then
CType(Me.Page.FindControl("Body"), HtmlGenericControl).Attributes("background") = _portalSettings.UploadDirectory & _portalSettings.BackgroundFile
End If
So, the editmodule page does not load the site background |