mailr19423 - /website/api/index.html


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on April 10, 2013 - 14:36:
Author: bugman
Date: Wed Apr 10 14:36:50 2013
New Revision: 19423

URL: http://svn.gna.org/viewcvs/relax?rev=19423&view=rev
Log:
Fixes for the server side includes for the 
http://www.nmr-relax.com/api/index.html webpage.


Modified:
    website/api/index.html

Modified: website/api/index.html
URL: 
http://svn.gna.org/viewcvs/relax/website/api/index.html?rev=19423&r1=19422&r2=19423&view=diff
==============================================================================
--- website/api/index.html (original)
+++ website/api/index.html Wed Apr 10 14:36:50 2013
@@ -14,13 +14,13 @@
 
 <head>
   <title>The relax API documentation</title>
-  <!--#include virtual="head.html" -->
+  <!--#include virtual="../head.html" -->
 </head>
 
 <body>
 
-<!--#include virtual="header.html" -->
-<!--#include virtual="menu.html" -->
+<!--#include virtual="../header.html" -->
+<!--#include virtual="../menu.html" -->
 
 <div class="main">
  <div class="main_box">
@@ -52,6 +52,6 @@
  </div>
 </div>
 
-<!--#include virtual="footer.html" -->
+<!--#include virtual="../footer.html" -->
 </body>
 </html>




Related Messages


Powered by MHonArc, Updated Wed Apr 10 15:20:02 2013