- update layout/skin
- update raw exceptions in JSON component
- fix format error in changes.xml

git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/quartz@1890800 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/site/site.xml b/src/site/site.xml
index 5109be8..7917203 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,11 +21,25 @@
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"
   name="Fulcrum Quartz Service">
+  
+   <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-fluido-skin</artifactId>
+    <version>1.9</version>
+  </skin>
+  
   <body>
     <menu name="Overview">
-      <item name="About"               href="/index.html"/>
-      <item name="Configuration"       href="/configuration.html"/>
-      <item name="Cron Samples"        href="/cronsamples.html"/>
+      <item name="About"               href="index.html"/>
+      <item name="Configuration"       href="configuration.html"/>
+      <item name="Cron Samples"        href="cronsamples.html"/>
     </menu>  
-  </body>
+  </body> 
+  
+  <custom>
+      <fluidoSkin>
+        <topBarEnabled>false</topBarEnabled>
+        <sideBarEnabled>true</sideBarEnabled>
+      </fluidoSkin>
+  </custom>
 </project>