summaryrefslogtreecommitdiff
path: root/demos/blog
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
parent34cae62180fe350a5168502bdc479f8e40e6e4fa (diff)
Fixed template expression bug.
Diffstat (limited to 'demos/blog')
-rw-r--r--demos/blog/protected/Layouts/MainLayout.tpl2
-rw-r--r--demos/blog/protected/Pages/Posts/ListPost.page1
2 files changed, 2 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"/>
diff --git a/demos/blog/protected/Pages/Posts/ListPost.page b/demos/blog/protected/Pages/Posts/ListPost.page
index c3f1ba25..c467190a 100644
--- a/demos/blog/protected/Pages/Posts/ListPost.page
+++ b/demos/blog/protected/Pages/Posts/ListPost.page
@@ -1,6 +1,7 @@
<com:TContent ID="Main">
<com:TPanel ID="CategoryPanel" Visible="false" CssClass="category">
+
<div class="category-name">
<%= $this->Category->Name %>
<com:THyperLink