From 50719d0dfe7eaafd4f02a208d1e8e3b9462df7ff Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Thu, 13 Jan 2011 20:39:36 +0000 Subject: [PATCH] Include page title git-svn-id: http://svn.silverstripe.com/projects/ss2doc/branches/v2@115542 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- themes/docs/templates/DocumentationViewer.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/docs/templates/DocumentationViewer.ss b/themes/docs/templates/DocumentationViewer.ss index 13a1d3e..5bfa431 100644 --- a/themes/docs/templates/DocumentationViewer.ss +++ b/themes/docs/templates/DocumentationViewer.ss @@ -4,7 +4,7 @@ <% base_tag %> - <% if Title %>$Title<% end_if %> SilverStripe Documentation + <% if PageTitle %>$PageTitle <% end_if %>SilverStripe Documentation <% require javascript(sapphire/thirdparty/jquery/jquery.js) %> <% require javascript(toolbar/javascript/toolbar.js?site=doc&searchShow=false) %>