diff --git a/themes/bootprint/templates/header.phtml b/themes/bootprint/templates/header.phtml index a150e1dc3191339e4665bcc95127dfa74964be4e..be2b606cc24ac3d05e4306fc95436e6f0ae4ac53 100644 --- a/themes/bootprint/templates/header.phtml +++ b/themes/bootprint/templates/header.phtml @@ -11,7 +11,7 @@ <? endif; ?> <? $cart = $this->cart(); if ($cart->isActive()): ?> <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"> / </span> </span> <? endif; ?>