#-- - $Revision: 15947 $ - $Date: 2005-05-20 00:17:05 -0400 (Fri, 20 May 2005) $ - - Copyright (C) 1999-2005 Jive Software. All rights reserved. - - This software is the proprietary information of Jive Software. Use is subject to license terms. -->
<#if JiveGlobals.getJiveBooleanProperty("skin.default.useDefaultCommunityName")> <#assign communityName = LocaleUtils.getLocalizedString("global.support_forums", JiveGlobals.getLocale())> <#else> <#assign communityName = JiveGlobals.getJiveProperty("skin.default.communityName", LocaleUtils.getLocalizedString("global.support_forums", JiveGlobals.getLocale()))> #if><@jivetags.breadcrumbs /> <#include "/template/forums/breadcrumbs.ftl" /> | <@jivetags.accountbox /> <#include "/template/forums/accountbox.ftl" /> |
<#if (page.getProperty("page.title")?exists)> ${page.getProperty("page.title")} #if> <#if (page.getProperty("page.description")?exists)> ${page.getProperty("page.description")} #if> ${page.body} |