X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ffiler.php;h=6259879de2ae9d6d31ad8ac722b9a4747e77ca88;hb=47bd3243cdb4a4840ca4d40452402a86b792ce1b;hp=c811ba6e2fc9d43cd48b91e96196d61d01780e07;hpb=80ea740ccaa2c17273d6161eafb6596000206b6a;p=friendica.git diff --git a/mod/filer.php b/mod/filer.php index c811ba6e2f..6259879de2 100644 --- a/mod/filer.php +++ b/mod/filer.php @@ -1,13 +1,14 @@ 'field_combobox.tpl', - ); - $includes = set_template_includes($a->theme['template_engine'], $includes); - - $o = replace_macros($tpl,$includes + array( + $tpl = get_markup_template("filer_dialog.tpl"); + $o = replace_macros($tpl, array( '$field' => array('term', t("Save to Folder:"), '', '', $filetags, t('- select -')), '$submit' => t('Save'), )); - + echo $o; } killme();