Unhandled Error!
Undefined variable: product
Document |
Fonts |
Document type |
CMS page |
Line |
10 |
Exception class |
Cms_ExecutionException |
Code Highlight
// ================
if (isset($font_page)) :
?>
<div class="page-single-font page-content">
<header class="font-title grid_2">
<h1><?= paravel_font_lang($product, 'name') ?></h1>
<? if ($product->manufacturer) : ?>
<p><?= paravel_lang('Designed by') ?> <a href="/designer/<?= $product->manufacturer->url_name ?>"><?= $product->manufacturer->name ?></a></p>
<? endif ?>
</header>
<div id="tabs">
# |
Document |
Type |
1 |
Fonts |
CMS page |