summaryrefslogtreecommitdiff
path: root/demos/blog/protected/Layouts
diff options
context:
space:
mode:
authorxue <>2007-03-06 19:35:51 +0000
committerxue <>2007-03-06 19:35:51 +0000
commitf48f2d97a1793103f7c99303c1309c2a22a5a8ca (patch)
treee474aa1de72a7616f6054be1bdfcfe24d2e8404d /demos/blog/protected/Layouts
parent34cae62180fe350a5168502bdc479f8e40e6e4fa (diff)
Fixed template expression bug.
Diffstat (limited to 'demos/blog/protected/Layouts')
-rw-r--r--demos/blog/protected/Layouts/MainLayout.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/blog/protected/Layouts/MainLayout.tpl b/demos/blog/protected/Layouts/MainLayout.tpl
index 8e2b1792..1f8b037e 100644
--- a/demos/blog/protected/Layouts/MainLayout.tpl
+++ b/demos/blog/protected/Layouts/MainLayout.tpl
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
-<com:THead Title=<%$ SiteName %> >
+<com:THead Title=<%$ SiteTitle %> >
<meta http-equiv="Expires" content="Fri, Jan 01 1900 00:00:00 GMT"/>
<meta http-equiv="Pragma" content="no-cache"/>
<meta http-equiv="Cache-Control" content="no-cache"/>