Files
2025-03-12 17:06:23 +01:00

4 lines
88 B
PHP

<?php
$smarty->assign('id',$product_id);
$smarty->display('review_show_review.html');
?>