get markup template
implement getMarkupTemplate function
This commit is contained in:
+1
-1
@@ -111,7 +111,7 @@ function invite_content(App $a) {
|
||||
return;
|
||||
}
|
||||
|
||||
$tpl = get_markup_template('invite.tpl');
|
||||
$tpl = Renderer::getMarkupTemplate('invite.tpl');
|
||||
$invonly = false;
|
||||
|
||||
if (Config::get('system', 'invitation_only')) {
|
||||
|
||||
Reference in New Issue
Block a user