Jelenlet alapfunkcio OK. Edzes torles OK.

This commit is contained in:
Ricsi
2016-11-20 22:55:27 +01:00
parent e4806322fd
commit f9e6e1ecbb
19 changed files with 289 additions and 44 deletions

View File

@@ -5,6 +5,12 @@
if ($this->is_id()) {
# ADOTT TAG ADATAINAK MEGJELENÍTÉSE
$parent = new user_parent();
$parent->set_user_data_by_id($this->get_id());
$smarty->assign('parent', $parent);
$smarty->display('parent_data_edit.tpl');
}
else {