Author: thamba
Date: 2007-08-13 12:59:44 +0200 (Mon, 13 Aug 2007)
New Revision: 5602

Modified:
   trunk/war/src/webapp/index.jsp
Log:
changes to use the new methods for static content


Modified: trunk/war/src/webapp/index.jsp
===================================================================
--- trunk/war/src/webapp/index.jsp      2007-08-11 21:18:52 UTC (rev 5601)
+++ trunk/war/src/webapp/index.jsp      2007-08-13 10:59:44 UTC (rev 5602)
@@ -137,15 +137,18 @@
             </div>
         </div>
     </div>
+
+
     <div id="articles">
-        <search:publish page="/pages/front"/>
+       <search:velocity template="/fragments/layout/publish/index"/>
     </div>
     </div>
     <div style="clear: both;"></div>
     <div id="footer_space_index">
-        <search:publish page="/pages/footer"/>
+        <search:velocity template="/fragments/layout/publish/footer"/>
     </div>
 
+
     <!-- start gallup -->
     <% if ( "no".equals(locale) ) { %>
     <script type='text/javascript' language='JavaScript' 
src='/javascript/tmv11.js'></script>

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to