generic-configurable-theme/src/main/webapp/templates/init_custom.vm

16 lines
572 B
Plaintext

#* This text, as part of a multi-line comment, is not visible
#set ($css_class = "${css_class} dockbar-split")
*#
#if ($theme.getSetting("background-image-name") !="")
#set ($background-image-name = $themeDisplay.getPathThemeImages() + "/custom/" + $theme.getSetting("background-image-name"))
#else
#set ($background-image-name = $themeDisplay.getPathThemeImages() + "/custom/default_background.jpg")
#end
#if ($theme.getSetting("portlet-topper-css-attributes") !="")
#set ($portlet-topper-css-attributes = $theme.getSetting("portlet-topper-css-attributes"))
#end