From fdb322876d573f7e18947e53667b3ee83e3ba226 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 23 Jul 2005 10:58:09 +0000 Subject: r8722: make the menu handling considerably saner and easier to follow. The whole menu hierarchy is now in /menu.js (This used to be commit c2a450bb9967caa666628f067a8e732227854ce2) --- swat/index.esp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swat/index.esp') diff --git a/swat/index.esp b/swat/index.esp index 2e43d3f9cf..566c7f8fae 100644 --- a/swat/index.esp +++ b/swat/index.esp @@ -1,4 +1,4 @@ -<% page_header("columns", "Server Status", ""); +<% page_header("columns", "Server Status", "main"); libinclude("base.js"); libinclude("management.js"); libinclude("provision.js"); -- cgit