*/ use wishthis\{Page, User}; use Embed\Embed; $page = new page(__FILE__, 'View wishlist'); $page->header(); $page->navigation(); $products = array(); if (isset($_GET['wishlist'])) { $user = new User(); $wishlist = $_GET['wishlist']; $products = $user->getProducts($wishlist); } ?>

title ?>

Please select a wishlist to view.

Options

Wishlist related options.

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