0) { // List all $OUT = ''; while ($content = SQL_FETCHARRAY($result)) { // Load row template $OUT .= loadTemplate('admin_list_networks_row', true, $content); } // END - while // Load main template loadTemplate('admin_list_networks', false, $OUT); } else { // Display a message that there are sponsor networks supported, yet loadTemplate('admin_settings_saved', false, '{--ADMIN_NETWORK_NONE_SUPPORTED--}'); } // Free result SQL_FREERESULT($result); // Add form for adding new entry loadTemplate('admin_add_network'); // [EOF] ?>