Skip to content
Snippets Groups Projects
Commit 01e18e03 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Bookbag icon in bootprint.

parent fd9a8bf2
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<? endif; ?> <? endif; ?>
<? $cart = $this->cart(); if ($cart->isActive()): ?> <? $cart = $this->cart(); if ($cart->isActive()): ?>
<span id="cartSummary"> <span id="cartSummary">
<i class="icon-shopping-cart"></i> <a id="cartItems" class="modal-link" title="<?=$this->transEsc('View Book Bag')?>" href="<?=$this->url('cart-home')?>"><strong><?=count($cart->getItems())?></strong> <?=$this->transEsc('items')?><?=$cart->isFull() ? ' (' . $this->transEsc('bookbag_full') . ')' : ''?></a> <i class="icon-bookbag"></i> <a id="cartItems" class="modal-link" title="<?=$this->transEsc('View Book Bag')?>" href="<?=$this->url('cart-home')?>"><strong><?=count($cart->getItems())?></strong> <?=$this->transEsc('items')?><?=$cart->isFull() ? ' (' . $this->transEsc('bookbag_full') . ')' : ''?></a>
<span class="muted">&nbsp;/&nbsp;</span> <span class="muted">&nbsp;/&nbsp;</span>
</span> </span>
<? endif; ?> <? endif; ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment