]> git.mxchange.org Git - friendica.git/blobdiff - mod/group.php
Move HTML part of oid to template + replace outside the tpl
[friendica.git] / mod / group.php
index f5a37819ed92e7e44ec580a8006e95358095c555..13a899ed96aeb66a8fff1831c8b7aa5996129f05 100644 (file)
@@ -83,13 +83,7 @@ function group_content(&$a) {
 
        $tpl = get_markup_template('group_edit.tpl');
 
-       $includes = array(
-                       '$field_input' => 'field_input.tpl',
-                       '$groupeditortpl' => 'groupeditor.tpl',
-       );
-       $includes = set_template_includes($a->theme['template_engine'], $includes);
-
-       $context = $includes + array(
+       $context = array(
                        '$submit' => t('Submit'),
        );