X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ffiler.php;h=4e79f337dcff22502ac15d4c0673872253678312;hb=3eeee2525cb622b48a01db0162767a596e1add6b;hp=c0cca9e6df072e5a9495e0777db58a08592591b4;hpb=1872cf2b2d14be5c4b8fbc9e2cf61f9fcd9e2f88;p=friendica.git diff --git a/mod/filer.php b/mod/filer.php index c0cca9e6df..4e79f337dc 100644 --- a/mod/filer.php +++ b/mod/filer.php @@ -24,6 +24,7 @@ function filer_content(&$a) { $filetags = get_pconfig(local_user(),'system','filetags'); $filetags = file_tag_file_to_list($filetags,'file'); $filetags = explode(",", $filetags); + $tpl = get_markup_template("filer_dialog.tpl"); $o = replace_macros($tpl, array( '$field' => array('term', t("Save to Folder:"), '', '', $filetags, t('- select -')),