?>

        </div>
    </div>
    <div id="Foot">
        <div class="FootMenu">
            <?php 
echo smarty_function_nomobile_link(array('wrap' => 'span'), $this);
?>

            <?php 
echo smarty_function_dashboard_link(array('wrap' => 'span'), $this);
?>

            <?php 
echo smarty_function_signinout_link(array('wrap' => 'span'), $this);
?>

        </div>
        <a class="PoweredByVanilla" href="<?php 
echo smarty_function_vanillaurl(array(), $this);
?>
"><span>Powered by Vanilla</span></a>
        <?php 
echo smarty_function_asset(array('name' => 'Foot'), $this);
?>

    </div>
</div>
<?php 
echo smarty_function_event(array('name' => 'AfterBody'), $this);
    ?>

              <?php 
    echo smarty_function_inbox_link(array(), $this);
    ?>

              <?php 
    echo smarty_function_bookmarks_link(array(), $this);
    ?>

              <?php 
    echo smarty_function_dashboard_link(array(), $this);
    ?>

              <?php 
    echo smarty_function_signinout_link(array(), $this);
    ?>

            </ul>
          <?php 
} else {
    ?>
            <ul class="nav navbar-nav navbar-right">
              <?php 
    echo smarty_function_signin_link(array(), $this);
    ?>

            </ul>
          <?php 
}
?>
?>

            <?php 
echo smarty_function_inbox_link(array('wrap' => "li class='inbox'"), $this);
?>

            <?php 
echo smarty_function_custom_menu(array(), $this);
?>

            <?php 
echo smarty_function_profile_link(array('wrap' => "li class='profile'"), $this);
?>

            <?php 
echo smarty_function_signinout_link(array('wrap' => "li class='signout'"), $this);
?>

            </ul>
        </div>
    </div>
    <div id="Body">
        <div class="BreadcrumbsWrapper Row">
            <div class="SiteSearch"><?php 
echo smarty_function_searchbox(array(), $this);
?>
</div>
            <?php 
echo smarty_function_breadcrumbs(array(), $this);
?>