6 lines
98 B
PHP
6 lines
98 B
PHP
<?php
|
|
// Heading
|
|
$_['heading_title'] = 'Checkout';
|
|
|
|
// Text
|
|
$_['text_cart'] = 'Shopping Cart'; |