[semihtml]
{$SET,SHOW_BOTTOM_BAR,{$AND,{$ADDON_INSTALLED,cns_forum},{$CNS},{$ADDON_INSTALLED,redirects_editor},{$OR,{$EQ,{$PAGE},chat,users_online,points,pointstore,warnings,contact_member,groups,rules,members,leader_board},{$EQ,{$ZONE},forum}}}}
{+START,IF,{$GET,SHOW_BOTTOM_BAR}}
	{$,We load this using Tempcode so we can mark it for late-loading, for performance on pages that do not actually use it; the CSS includes are so that CSS does still always get correctly pre-processed}
	{$REQUIRE_CSS,{$?,{$GET,SHOW_BOTTOM_BAR},cns}}
	{$REQUIRE_CSS,{$?,{$GET,SHOW_BOTTOM_BAR},cns_footer}}
	{$BLOCK-,block=main_bottom_bar}
{+END}
[/semihtml]