X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=mod%2Ffiler.php;h=ea2c70d9bad6b4c98bf97ff355407c0fdd83861b;hb=008c97c570ea62749a3f486b42c424365863d627;hp=7b0fd59d587001290b22a654df015a2103a39e9e;hpb=1d6dd1666f4fc5da64447a48e158f8755d1d2a1b;p=friendica.git diff --git a/mod/filer.php b/mod/filer.php index 7b0fd59d58..ea2c70d9ba 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); + $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();