]> git.mxchange.org Git - friendica.git/blobdiff - mod/filer.php
Merge develop into 3011_hcard_vcard
[friendica.git] / mod / filer.php
index 7b0fd59d587001290b22a654df015a2103a39e9e..4e79f337dcff22502ac15d4c0673872253678312 100644 (file)
@@ -24,13 +24,8 @@ 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");
-
-               $includes = array(
-                       '$field_combobox' => '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'),