diff options
Diffstat (limited to 'src/application/actions/newtopic/get.php')
-rw-r--r-- | src/application/actions/newtopic/get.php | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/application/actions/newtopic/get.php b/src/application/actions/newtopic/get.php index 366caac..621cd18 100644 --- a/src/application/actions/newtopic/get.php +++ b/src/application/actions/newtopic/get.php @@ -1,10 +1,3 @@ <?php -use mystic\forum\utils\RequestUtils; - -_view("template_start", ["_title" => __("New topic")]); -_view("template_navigation_start"); -_view("template_navigation", ["user" => RequestUtils::getAuthorizedUser($db)]); -_view("template_navigation_end"); -_view("form_newtopic"); -_view("template_end", [...getThemeAndLangInfo()]); +render("new_topic.twig"); |