Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/application/views/auth/header.php
<header>
    <section id="breadcrumbs">
        <h2><?php echo __t('Your location:');?></h2>
        <ul>
            <li><a href="/"><?php echo __t('Strona główna');?></a></li>
            <li><?php echo __t($current);?></li>
        </ul>
    </section>
    <ul id="type">
        <li <?php echo aurora::__top_menu('auth', 'register') ?> ><a href="/auth/register"><?php echo __t('Rejestracja');?></a></li>
        <li <?php echo aurora::__top_menu('auth', 'login') ?> ><a href="/auth/login"><?php echo __t('Logowanie');?></a></li>
        <li <?php echo aurora::__top_menu('auth', 'remind') ?> ><a href="/auth/remind"><?php echo __t('Przypomnij hasło');?></a></li>
    </ul>
</header>