Fixes for wrong tewmplate names, new network added:
[mailer.git] / inc / modules / admin / what-config_cats.php
index 6b381b3dc38c515e8dc757ffb852022a1500974c..1649e42a4247a45d862424da736ee65a1a0003cc 100644 (file)
@@ -137,11 +137,11 @@ if (isFormSent('add')) {
                $content['visible_selection'] = addSelectionBox('yn', $content['visible'], 'visible', $content['id']);
 
                // Load row template and switch colors
-               $OUT .= loadTemplate('form_submit_cats_row', true, $content);
+               $OUT .= loadTemplate('admin_edit_cats_row', true, $content);
        } // END - foreach
 
        // Load main template
-       loadTemplate('form_submit_cats', false, $OUT);
+       loadTemplate('admin_edit_cats', false, $OUT);
 } else {
        // Init variable here
        $CATS = '';