Files
grzanieplus.pl/apps/frontend/modules/stProduct/templates/productNotFoundSuccess.php
2025-03-12 17:06:23 +01:00

6 lines
244 B
PHP

<?php
st_theme_use_stylesheet('stErrorPlugin.css');
$smarty->assign('form_start', form_tag('/', array('class' => 'st_form')));
$smarty->assign('main_page_submit',submit_tag(__('Strona główna')));
$smarty->display('product_not_found.html');
?>