#parse("/template/includes/actionerrors.vm")
#if ($actionErrors.empty)
#set ($demoSpace = $themePress.themePressDemoSpace)
#set ($splashDemoSpace = $themePress.themePressSplashDemoSpace)
#set ($vanillaDemoSpace = $themePress.themePressVanillaDemoSpace)
#set ($defaultSpace = $themePress.themePressDefaultSpace)
#set ($missingArchitectPages = $themePress.missingArchitectPageNames)
#set ($missingThemes = $themePress.missingThemeNames)
#if ($splashDemoSpace || $vanillaDemoSpace)
Demo Spaces
#if ($splashDemoSpace)
$themePress.renderRichLink($brikitCore.getSpaceHomePage($splashDemoSpace.key))
#end
#if ($vanillaDemoSpace)
$themePress.renderRichLink($brikitCore.getSpaceHomePage($vanillaDemoSpace.key))
#end
#end
#if ($defaultSpace)
Default (Architect) Space
$themePress.renderRichLink($brikitCore.getSpaceHomePage($defaultSpace.key))
#end
#if ($splashDemoSpace && $vanillaDemoSpace && $defaultSpace && $missingArchitectPages.empty && $missingThemes.empty)
Uninstall
Uninstall the above spaces and their themes
#else
#if ($demoSpace || $defaultSpace || $missingThemes.size() < 2)
Brikit Theme Press demos are partially installed.
Most likely, you are upgrading Theme Press and need to complete the install. If you need help, please ask us.
#end
Install
Click the Install button to add the following to your site. This can take up to a minute or longer.
#if (!$defaultSpace)
- Theme Press Default space
#else
#foreach ($missingArchitectPage in $missingArchitectPages)
- $missingArchitectPage page
#end
#end
#if (!$splashDemoSpace)
- Theme Press Splash demo space
#end
#if (!$vanillaDemoSpace)
- Theme Press Vanilla demo space
#end
#foreach ($missingTheme in $missingThemes)
- $brikitCore.titleize($missingTheme) theme
#end
Uninstall
After installing, you can return to this page to remove the Theme Press spaces and themes.
#end
#end
#parse("/breadcrumbs.vm")