get markup template
implement getMarkupTemplate function
This commit is contained in:
+1
-1
@@ -140,7 +140,7 @@ function babel_content()
|
||||
}
|
||||
}
|
||||
|
||||
$tpl = get_markup_template('babel.tpl');
|
||||
$tpl = Renderer::getMarkupTemplate('babel.tpl');
|
||||
$o = Renderer::replaceMacros($tpl, [
|
||||
'$text' => ['text', L10n::t('Source text'), htmlentities(defaults($_REQUEST, 'text', '')), ''],
|
||||
'$type_bbcode' => ['type', L10n::t('BBCode'), 'bbcode', '', defaults($_REQUEST, 'type', 'bbcode') == 'bbcode'],
|
||||
|
||||
Reference in New Issue
Block a user