Renders a standard dashboard header.
Dashboards can contain the following elements:
<rb:if-user-has-added-app>
{if $isOwnSchedule == 'true'}
<rb:dashboard>
{include file='header-actions-internal.tpl'
} </rb:dashboard>
<rb:else>
<rb:dashboard>
{include file='header-actions-internal.tpl'}
<rb:action href="http://apps..com/add.php?api_key=">Add this app</rb:action>
</rb:dashboard>
{else}
<rb:dashboard>
{include file='header-actions-external.tpl'}
</rb:dashboard>
<rb:else>
<rb:dashboard>
{include file='header-actions-external.tpl'}
<rb:action href="http://apps..com/add.php?api_key=">Add this app</rb:action>
</rb:dashboard> {/if} </rb:else> </rb:if-user-has-added-app>