first commit
This commit is contained in:
7
templates/shop-client/mini-login.php
Normal file
7
templates/shop-client/mini-login.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<? global $lang;?>
|
||||
<? if ( !$this -> client ):?>
|
||||
<?= ucfirst( $lang['witaj'] );?>! <a href="/logowanie" title="Zaloguj się"> <?= ucfirst( $lang['zaloguj-sie'] );?></a> <?= $lang['lub'];?> <a href="/rejestracja" title="Rejestracja"><?= $lang['zarejestruj-sie'];?></a>
|
||||
<? else:?>
|
||||
<a href="/panel-klienta/zamowienia" title="<?= ucfirst( \S::lang( 'moje-konto' ) );?>" id="user-account"><span class="fa fa-user"></span><?= ucfirst( \S::lang( 'moje-konto' ) );?></a>
|
||||
<a href="/wylogowanie" title="<?= ucfirst( \S::lang( 'wyloguj-sie' ) );?>" id="user-logout"><span class="fa fa-unlock"></span><?= ucfirst( \S::lang( 'wyloguj-sie' ) );?></a>
|
||||
<? endif; ?>
|
||||
Reference in New Issue
Block a user