added news

This commit is contained in:
Tóth Richárd
2019-07-30 13:38:51 +02:00
parent 0e414de243
commit 27522d0053
16 changed files with 610 additions and 147 deletions

View File

@@ -186,6 +186,10 @@ switch ($this->get_id()) {
$smarty->display('training_template_create.tpl');
break;
case 'news':
# hír létrehozása
$smarty->display('news_create.tpl');
break;
default:
# code...
break;