#parse ($init) #set ($company_url = $company_url + "/web/guest/home") $company_name - $the_title $theme.include($top_head_include) #css ($css_main_file) #js ($js_main_file) #if ($company_logo != "") #end #if ($group_id > 0) #set ($journalTemplateLocalService = $serviceLocator.findService("com.liferay.portlet.journal.service.JournalTemplateLocalService")) #set ($journalTemplateId = $theme_settings.getProperty("css-template-id")) #if ($journalTemplateLocalService.hasTemplate($group_id, $journalTemplateId)) ## Instead of reference the URL, just insert the content to save an ## extra HTTP request. ## --> #set ($journalTemplate = $journalTemplateLocalService.getTemplate($group_id, $journalTemplateId)) #end #end
$theme.include($top_messages_include)
#if ($has_navigation) #parse ("$full_templates_path/navigation.vm") #end
#if ($selectable) $theme.include($content_include) #else $portletDisplay.recycle() $portletDisplay.setTitle($the_title) $theme.wrapPortlet("portlet.vm", $content_include) #end
$theme.include($bottom_ext_include) $theme.include($session_timeout_include) $theme.include($sound_alerts_include)