%! import splunk from splunk.appserver.mrsparkle.lib import config %>\ <%! isLite = (cherrypy.config['product_type'] == 'lite' or cherrypy.config['product_type'] == 'lite_free') if cherrypy.config['product_type'] == 'hunk': faviconFile = 'favicon_hunk.ico' elif isLite: faviconFile = 'favicon_lite.ico' else: faviconFile = 'favicon.ico' if isLite: theme = '-lite' else: theme = '' rootEndpoint = config.getConfig()['MRSPARKLE_ROOT_PATH'] or '' rootEndpoint = rootEndpoint.strip("/") %>\