Author: uli
Date: Mon Dec 20 13:59:44 2010
New Revision: 1051107
URL: http://svn.apache.org/viewvc?rev=1051107&view=rev
Log:
treat the IndexV2 page the same as the Index page
Modified:
tapestry/tapestry-site/branches/post-5.2-site/autoexport_template.txt
Modified: tapestry/tapestry-site/branches/post-5.2-site/autoexport_template.txt
URL:
http://svn.apache.org/viewvc/tapestry/tapestry-site/branches/post-5.2-site/autoexport_template.txt?rev=1051107&r1=1051106&r2=1051107&view=diff
==============================================================================
--- tapestry/tapestry-site/branches/post-5.2-site/autoexport_template.txt
(original)
+++ tapestry/tapestry-site/branches/post-5.2-site/autoexport_template.txt Mon
Dec 20 13:59:44 2010
@@ -23,7 +23,7 @@
<html>
<head>
<title>
-#if (! $page.title.equals("Index"))
+#if (! $page.title.equals("Index") && ! $page.title.equals("IndexV2"))
Apache Tapestry -- $page.title
#else
Apache Tapestry Home Page
@@ -39,7 +39,7 @@ Apache Tapestry Home Page
#set($content = $renderer.convertWikiToXHtml($child.toPageContext(),
$child.content).trim())
$content
-#if (! $page.title.equals("Index"))
+#if (! $page.title.equals("Index") && ! $page.title.equals("IndexV2"))
<div id="top">
#set($child = $pageManager.getPage($page.space.key,"Small Banner"))
#set($content = $renderer.convertWikiToXHtml($child.toPageContext(),
$child.content).trim())