]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_rallyes.php
Naming convention applied to language strings, new API function added:
[mailer.git] / inc / modules / admin / what-list_rallyes.php
index e55c5bbd3b1a44bd8b854ce07c97f3e69b828c7d..6abadda9757a8bc6cfb24f8936aa0b2352a32caa 100644 (file)
@@ -219,11 +219,11 @@ LIMIT 1",
                        $content['id']         = $id;
 
                        // Output row
-                       $OUT .= loadTemplate('form_submit_rallyes_row', true, $content);
+                       $OUT .= loadTemplate('admin_edit_rallyes_row', true, $content);
                } // END - foreach
 
                // Load final template
-               loadTemplate('form_submit_rallyes', false, $OUT);
+               loadTemplate('admin_edit_rallyes', false, $OUT);
        } else {
                // Nothing selected to edit
                loadTemplate('admin_settings_saved', false, '{--RALLYE_NO_RALLYES_SELECTED--}');