X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=mod%2Ffiler.php;h=f729a78e63e4f3ca5bfb6779f53037008df8c85b;hb=5db1717f4632a33da34e08b916816d7cba0e1878;hp=7b0fd59d587001290b22a654df015a2103a39e9e;hpb=453082516e90aba59553fd4392b2cdfed6ae9a57;p=friendica.git diff --git a/mod/filer.php b/mod/filer.php index 7b0fd59d58..f729a78e63 100644 --- a/mod/filer.php +++ b/mod/filer.php @@ -1,13 +1,15 @@ 'field_combobox.tpl', - ); - $includes = set_template_includes($a->theme['template_engine'], $includes); - - $o = replace_macros($tpl, array( - '$field' => array('term', t("Save to Folder:"), '', '', $filetags, t('- select -')), + $tpl = get_markup_template("filer_dialog.tpl"); + $o = replace_macros($tpl, [ + '$field' => ['term', t("Save to Folder:"), '', '', $filetags, t('- select -')], '$submit' => t('Save'), - )); - + ]); + echo $o; } killme();