Admin menu has now a JavaScript "effect":
[mailer.git] / inc / modules / admin / what-adminedit.php
index 9b629ea07e80ceda60d3ac756d55c33d69a76dd2..00764f8505834c2312b27a41d698d0601b9929bb 100644 (file)
@@ -224,7 +224,7 @@ LIMIT 1",
                        }
 
                        // Add more data to $content
-                       $content['mode'] = 'admin';
+                       $content['do'] = 'admin';
 
                        // Load row template and switch colors
                        $OUT .= loadTemplate('admin_menu_overview_row', true, $content);