<?php


?>

</head>
<!-- END HEAD -->

<body class="">
<!-- BEGIN: PAGE ALERT -->
<div class="hideAlert col-md-12">
  HELLOW
</div>
<!-- END: PAGE ALERT -->
<!-- BEGIN HEADER -->
<header class="page-header">
  <nav class="navbar" role="navigation">
    <div class="container-fluid">
      <div class="havbar-header">


        <!-- BEGIN LOGO -->

        <!-- Begin Mobile Logo -->
        <a href="index.php">
          <div  class="site-logo hide-on-large-only col l3 s10">
            <img class="left responsive-img" src="<?php echo TEMPLATES_ASSETS; ?>/img/sabullion-logo.png" alt="Logo">
            <span class="left alrightsansmedium responsive-page-title">SA BULLION</span>
          </div>
        </a>
        <div id="dashDemo1" class="left hide-on-large-only mobile-nav-icon col l3 s2">
          <a >
          <?php echo file_get_contents(TEMPLATES_ASSETS."/svgs/sab_mobile_burger.svg"); ?>
          </a>
        </div>

        <!-- End Mobile Logo -->
        <!-- Begin Desktop Logo -->
        <div class="hide-on-small">
          <a id="index" href="index.php" class="navbar-brand">
            <img class="left responsive-img" src="<?php echo TEMPLATES_ASSETS; ?>/img/sabullion-logo.png" alt="Logo">
            <span class="xleft alrightsansmedium responsive-page-title">SA BULLION</span>
          </a>
        </div>
        <!-- End Desktop Logo -->
        <!-- END LOGO -->


        <!-- BEGIN TOPBAR ACTIONS -->
        <div class="topbar-actions">
          <div class="clientName"><?php echo $displayName.$xTradingName;?></div>
        </div>
        <div class="topbar-actions">
          <div class="dateTime">TIME DATE NAME</div>
        </div>
        <!-- END TOPBAR ACTIONS -->
      </div>
    </div>
    <!--/container-->
  </nav>
</header>
<script>
  $(document).ready(function() {
    //console.log('$(document).ready()');
    $('#dashDemo1').click(function(){
      //console.log('dashDemo1.click');
      if($('.page-sidebar-wrapper').hasClass('hide-on-small')){
        $('.page-sidebar-wrapper').removeClass('hide-on-small');
        $('.page-sidebar-wrapper').hide();
      }

      $('.page-sidebar-wrapper').toggle('slow'); //always exec

    });
  });
</script>

<!-- END HEADER -->
