diff --git a/src/IDF/templates/idf/source/base.html b/src/IDF/templates/idf/source/base.html index 6aec0c6..3c79c32 100644 --- a/src/IDF/templates/idf/source/base.html +++ b/src/IDF/templates/idf/source/base.html @@ -4,7 +4,8 @@
{blocktrans}The team behind {$project} is using diff --git a/src/IDF/templates/idf/source/mercurial/help.html b/src/IDF/templates/idf/source/mercurial/help.html index d8108c3..2084c0c 100644 --- a/src/IDF/templates/idf/source/mercurial/help.html +++ b/src/IDF/templates/idf/source/mercurial/help.html @@ -1,5 +1,5 @@ {extends "idf/source/base.html"} -{block docclass}yui-t2{/block} +{block docclass}yui-t2{assign $inHelp=true}{/block} {block body}
{blocktrans}The team behind {$project} is using diff --git a/src/IDF/templates/idf/source/svn/help.html b/src/IDF/templates/idf/source/svn/help.html index bb54f68..b6f9caf 100644 --- a/src/IDF/templates/idf/source/svn/help.html +++ b/src/IDF/templates/idf/source/svn/help.html @@ -1,5 +1,5 @@ {extends "idf/source/base.html"} -{block docclass}yui-t2{/block} +{block docclass}yui-t2{assign $inHelp=true}{/block} {block body}
{blocktrans}The team behind {$project} is using