CMXX - Updated Products page
This commit is contained in:
@@ -110,7 +110,7 @@ if (veliti_analytics){
|
||||
// Template Header (related to MENU function)
|
||||
function template_header_top($title, $head = '') {
|
||||
|
||||
include './custom/translations/'.strtoupper(language_code).'.php';
|
||||
include './custom/translations/translations_'.strtoupper(language_code).'.php';
|
||||
// Get the amount of items in the shopping cart, this will be displayed in the header.
|
||||
$num_items_in_cart = isset($_SESSION['cart']) ? array_sum(array_column($_SESSION['cart'], 'quantity')) : 0;
|
||||
$home_link = url('index.php');
|
||||
|
||||
Reference in New Issue
Block a user