Get Current Theme Path

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 13 ans
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>"/>
Il y a 13 ans
SettingManager.GetSettingValue("Display.PublicStoreTheme")

This will return current theme name and it will be the theme folder name.
Il y a 13 ans
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
Il y a 13 ans
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.