0

I am trying to modify the default skin of DNN 9.3.2 to display the IconFile which I have set under page settings for each page.

To display the icon anywhere on a page I used

  <img src="<%= Server.HtmlEncode(PortalSettings.ActiveTab.IconFile) %>" /> 

but it's not what I want. It should appear like this: enter image description here

Any ideas?

alwaysVBNET
  • 3,150
  • 8
  • 32
  • 65

1 Answers1

0

OK, solved:

<img src="[=ICON]" />
alwaysVBNET
  • 3,150
  • 8
  • 32
  • 65