Include side-menu.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52194 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/StaticAnalysis.html b/www/StaticAnalysis.html
index 8fbc37f..95f0107 100644
--- a/www/StaticAnalysis.html
+++ b/www/StaticAnalysis.html
@@ -1,7 +1,9 @@
 <html>
 <head>
   <title>Information on using the Static Analyzer ("LLVM Checker")</title>
-  <style type="text/css">
+  <link type="text/css" rel="stylesheet" href="menu.css" />
+  <link type="text/css" rel="stylesheet" href="content.css" />
+<!--  <style type="text/css">
    body { color:#000000; background-color:#ffffff }
    body { font-family: Helvetica, sans-serif; font-size:9pt }
    thead {
@@ -19,10 +21,14 @@
    td { padding:5px; padding-left:8px; padding-right:8px }
    td { text-align:left; font-size:9pt }
    td.View   { padding-left: 10px }
-  </style>
+  </style> -->
 </head>
 <body>
 
+<!--#include virtual="menu.html.incl"-->
+
+<div id="content">
+
 <h1>Information on using the Static Analyzer ("LLVM Checker")</h1>
 
 <p>This documents provides some notes on using the LLVM/clang static analyzer to
@@ -281,5 +287,7 @@
 <p><b>Apple-internal</b>:  Please file bugs in Radar against the <b>llvm - clang</b>
 component.</p>
 
+</div>
+
 </body>
 </html>
\ No newline at end of file