Files
code-cegled/_include/include_camp_fee.php
2021-04-15 20:58:53 +02:00

10 lines
189 B
PHP

<?php
if ($this->is_id()) {
$apply = new camp_apply();
$apply->set_capp_data_by_id($this->get_id());
$smarty->assign('apply', $apply);
$smarty->display('camp_fee.tpl');
}