Rename cart page to reflect the name change

This commit is contained in:
DariusIII
2015-11-24 10:01:18 +01:00
parent d13c9dd43f
commit 3a557830f5
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -12,6 +12,6 @@
<precommit>9</precommit>
<!-- this is the version of the pre-commit file in githooks NOT the files it calls -->
</hooks>
<commit>4439</commit></git>
<commit>4440</commit></git>
</versions>
</newznab>
@@ -1,9 +1,9 @@
<div class="header">
<h2>Your > <strong>Cart</strong></h2>
<h2><strong>My Download Basket</strong></h2>
<div class="breadcrumb-wrapper">
<ol class="breadcrumb">
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
/ Cart
/ Download Basket
</ol>
</div>
</div>
@@ -1,9 +1,9 @@
<div class="header">
<h2>Your > <strong>Cart</strong></h2>
<h2><strong>My Download Basket</strong></h2>
<div class="breadcrumb-wrapper">
<ol class="breadcrumb">
<li><a href="{$smarty.const.WWW_TOP}{$site->home_link}">Home</a></li>
/ Cart
/ Download Basket
</ol>
</div>
</div>