From 01e18e0382cfd656301375c3aeff29c9ef705c3b Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Wed, 19 Feb 2014 10:45:03 -0500 Subject: [PATCH] Bookbag icon in bootprint. --- themes/bootprint/templates/header.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/bootprint/templates/header.phtml b/themes/bootprint/templates/header.phtml index a150e1dc319..be2b606cc24 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; ?> -- GitLab