|
|
@@ -74,6 +74,16 @@
|
|
|
</li>
|
|
|
{/if}
|
|
|
|
|
|
+ {if $themesettings.orderform.orderopc != '1'}
|
|
|
+ {if $templatefile != 'order'}
|
|
|
+ <li class="list-inline-item">
|
|
|
+ <a href="{$WEB_ROOT}/cart.php?a=view">
|
|
|
+ <i class="fal fa-shopping-cart"></i> {if $cartitemcount > 0}<span class="badge up badge-primary">{$cartitemcount}</span>{/if}
|
|
|
+ </a>
|
|
|
+ </li>
|
|
|
+ {/if}
|
|
|
+ {/if}
|
|
|
+
|
|
|
{if $languagechangeenabled && count($locales) > 1}
|
|
|
<li class="list-inline-item lang-btn">
|
|
|
<button type="button" class="btn" data-toggle="modal" data-target="#modalChooseLanguage">
|
|
|
@@ -101,16 +111,6 @@
|
|
|
{/if}
|
|
|
{/if}
|
|
|
|
|
|
- {if $themesettings.orderform.orderopc != '1'}
|
|
|
- {if $templatefile != 'order'}
|
|
|
- <li class="list-inline-item">
|
|
|
- <a href="{$WEB_ROOT}/cart.php?a=view">
|
|
|
- <i class="fal fa-shopping-cart"></i> {if $cartitemcount > 0}<span class="badge up badge-primary">{$cartitemcount}</span>{/if}
|
|
|
- </a>
|
|
|
- </li>
|
|
|
- {/if}
|
|
|
- {/if}
|
|
|
-
|
|
|
{if $adminMasqueradingAsClient || $adminLoggedIn}
|
|
|
<li class="list-inline-item">
|
|
|
<a href="{$WEB_ROOT}/logout.php?returntoadmin=1" class="" data-toggle="tooltip" data-placement="bottom" title="{if $adminMasqueradingAsClient}{$LANG.adminmasqueradingasclient} {$LANG.logoutandreturntoadminarea}{else}{$LANG.adminloggedin} {$LANG.returntoadminarea}{/if}">
|