add camp_money field
This commit is contained in:
9
_include/include_camp_fee.php
Normal file
9
_include/include_camp_fee.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?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');
|
||||
}
|
||||
Reference in New Issue
Block a user