10 lines
189 B
PHP
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');
|
|
}
|