{if $GLOBAL.config.poolnav_enabled|default:"false"}
  • {$GLOBAL.website.name}
      {assign var="PoolArray" value="\n"|explode:$GLOBAL.config.poolnav_pools} {foreach from=$PoolArray item=pooldata} {assign var="PoolURL" value="|"|explode:$pooldata} {if $PoolURL|count > 1}
    • {$PoolURL[0]}
    • {/if} {/foreach}
{else} {$GLOBAL.website.name} {/if}
    {if $smarty.session.AUTHENTICATED|default:"0" == 1 && $GLOBAL.userdata.lastnotifications|@count|default:"0" != 0}
    • {section notification $GLOBAL.userdata.lastnotifications}
    • {if $GLOBAL.userdata.lastnotifications[notification].type == new_block} New Block {else if $GLOBAL.userdata.lastnotifications[notification].type == payout} Payout {else if $GLOBAL.userdata.lastnotifications[notification].type == idle_worker} IDLE Worker {else if $GLOBAL.userdata.lastnotifications[notification].type == success_login} Successful Login {/if} {$GLOBAL.userdata.lastnotifications[notification].time|relative_date}
    • {/section}
    • See All Notifications
  • {/if}
  • {if $GLOBAL.userdata.username|default}{$smarty.session.USERDATA.username|escape}{else}Guest{/if}
      {if $smarty.session.AUTHENTICATED|default:"0" == 1}
    • Dashboard
    • Settings
    • Workers
    • Logout
    • {else}
    • Login
    • Sign Up
    • {/if}