summaryrefslogtreecommitdiff
path: root/src/application/actions/newtopic/get.php
blob: 366caaca0599203f4090ad2a2dbbc19d78d2082c (plain)
1
2
3
4
5
6
7
8
9
10
<?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()]);