diff options
| -rw-r--r-- | pages/ord/basket.html | 23 | 
1 files changed, 7 insertions, 16 deletions
| diff --git a/pages/ord/basket.html b/pages/ord/basket.html index 6c6d085..189711f 100644 --- a/pages/ord/basket.html +++ b/pages/ord/basket.html @@ -8,22 +8,13 @@  		<div class="text-start">  			<h1>[L]Shopping cart[/L]</h1>  		</div> -			<!-- Cart subheading --> -			<div class="row">    -				<div class="col-xl-8 offset-xl-2"> -					<p class="lead text-muted"> -						You have -						[calc] -						if ([nitems] ne '0') { -							return q( -							[nitems] -							); -						} -						[/calc] items in your shopping cart. -				</p> -				</div> -			</div> -			<!-- End of cart subheading --> +		<!-- Cart subheading --> +		<div> +			<p class="lead text-muted"> +				You have [nitems] items in your shopping cart. +			</p> +		</div> +		<!-- End of cart subheading -->  	</div>  	<!-- End of Hero section --> |