Get Current Theme Path

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Hi guys just wondering the code to retrieve the current theme path?
doing some styling and wanted to add a logo image like so

<img src="<%=GET CURRENT THEME PATH%>/images/logo.png" alt="<CURRENT SITE TITLE>"/>
13 years ago
SettingManager.GetSettingValue("Display.PublicStoreTheme")

This will return current theme name and it will be the theme folder name.
13 years ago
thanks so very much!

is there any doco on this stuff? ie does the user guide contain it? or best place to ask is the forum?
Cheer,s
Tom
13 years ago
User guide does not contain programming stuff. Better ask in the forum.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.