

{* GET THEMESETTINGS *}
{$theme_id = waRequest::getTheme()}
{$theme_settings = $wa->themesettings->getThemeSettings($theme_id, "site", true)}
{* UTILS *}
{include "{$wa->site->themePath(waRequest::getTheme())}utils.html"}
{* GLOBALS *}
{$wa->globals("hideSidebar", true)}
{$wa->globals("isSelfContent", true)}
{* INCLUDE CATALOG HTML *}
{call include_block block="catalog" app="shop"}
