From bb51bfb2279d64097c357353f2433d8944107128 Mon Sep 17 00:00:00 2001 From: Tim Bishop Date: Wed, 24 Mar 2004 23:56:07 +0000 Subject: [PATCH] Add a static copy of the menu. By static I mean doesn't use SSI like the proper menu does. This solves a handful of issues with making that image at the top both dynamic and cacheable. Downside is we have to keep both menu files in sync... but that's something we can cope with for now. --- www/menu-static.inc | 63 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 www/menu-static.inc diff --git a/www/menu-static.inc b/www/menu-static.inc new file mode 100644 index 0000000..fabe393 --- /dev/null +++ b/www/menu-static.inc @@ -0,0 +1,63 @@ + \ No newline at end of file -- 2.44.0