diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-05-09 14:50:10 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-05-09 14:50:10 +0200 |
commit | 07d9bcf6b55a7aa866397def09c300347d9c88ea (patch) | |
tree | b7734f271aba677228300eebd732e41302692c84 /public/products.php | |
parent | 6d5c72f908e8f7c1c2b0defa696aad43c55fc1ba (diff) |
WIP show cart count
Diffstat (limited to 'public/products.php')
-rw-r--r-- | public/products.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/products.php b/public/products.php index fd3e2a1..433475f 100644 --- a/public/products.php +++ b/public/products.php @@ -1,5 +1,5 @@ <!DOCTYPE html> -<?php require "db.php"; ?> +<?php require "../lib/db.php"; ?> <?php function product_template($product) { $image_path = $product->image ? "/img/product/$product->id-thumb.jpg" : "/img/placeholder.png"; |