*/ use wishthis\{Page, User}; use Embed\Embed; $page = new page(__FILE__, 'Wishlist'); $page->header(); $page->navigation(); $wishlist = $database->query('SELECT * FROM `wishlists` WHERE `hash` = "' . $_GET['wishlist'] . '"') ->fetch(); if ($wishlist) { $products = $user->getProducts($wishlist['id']); } else { http_response_code(404); ?>

Not found

The requested Wishlist was not found and likely deleted by its creator.

title ?>

get($product['url']); ?>
image) { ?>
title) { ?>
url) { ?> title ?> title ?>
keywords) { ?>
keywords ?>
description) { ?>
description ?>
publishedTime) { ?> publishedTime ?> favicon) { ?> providerName) { ?> <?= $info->providerName ?>
Empty

This wishlist seems to be empty.

footer(); ?>