[semihtml]

[title sub="You are in the Admin Zone"]Admin Dashboard[/title]

{| 60%:40% wide flex
|
	{+START,IF,{$CONFIG_OPTION,dashboard_checklist}}
		[block]main_staff_checklist[/block]<br />
	{+END}
	{+START,IF,{$CONFIG_OPTION,dashboard_actions}}
		[block defer="1"]main_staff_actions[/block]<br />
	{+END}
|
	{+START,IF,{$CONFIG_OPTION,dashboard_new_version}}
		[block defer="1"]main_staff_new_version[/block]<br />
	{+END}
	{+START,IF,{$CONFIG_OPTION,dashboard_forum_topics}}
		{+START,IF,{$CNS}}
			[block="Staff" title="Staff forums" limit="3" failsafe="1"]main_forum_topics[/block]<br />
		{+END}
	{+END}
	{+START,IF,{$CONFIG_OPTION,dashboard_tips}}
		[block]main_staff_tips[/block]<br />
	{+END}
	{+START,IF,{$CONFIG_OPTION,dashboard_composr_news}}
		{+START,IF,{$ADDON_INSTALLED,syndication_blocks}}
			{$BLOCK,block=side_rss,param={$BRAND_BASE_URL}/backend.php?mode=news&type=rss&select=1-12&days=90,title=Composr news,cache=1,defer=1}<br />
		{+END}
	{+END}
	{+START,IF,{$CONFIG_OPTION,dashboard_db_notes}}
		[block]main_db_notes[/block]<br />
	{+END}
	{+START,IF,{$CONFIG_OPTION,dashboard_links}}
		[block]main_staff_links[/block]
	{+END}
|}

[/semihtml]
