From 067ab51fbd9b2f18f63fc80895476e5b0e2f9bfb Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 31 May 2006 03:12:35 +0000 Subject: Merge from 3.0 branch till 1115. --- demos/blog/protected/Layouts/MainLayout.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/blog/protected/Layouts') diff --git a/demos/blog/protected/Layouts/MainLayout.tpl b/demos/blog/protected/Layouts/MainLayout.tpl index f3a77adc..8e2b1792 100644 --- a/demos/blog/protected/Layouts/MainLayout.tpl +++ b/demos/blog/protected/Layouts/MainLayout.tpl @@ -14,7 +14,7 @@ <com:TForm> <div id="header"> -<h1 id="header-title"><a href="?"><%$ SiteTitle %></a></h1> +<h1 id="header-title"><a href="<%=$this->Request->ApplicationUrl %>"><%$ SiteTitle %></a></h1> <h2 id="header-subtitle"><%$ SiteSubtitle %></h2> </div><!-- end of header --> -- cgit v1.2.3