diff --git a/html-templates/contact/contact.tpl b/html-templates/contact/contact.tpl index fe138a6d..d750d66e 100644 --- a/html-templates/contact/contact.tpl +++ b/html-templates/contact/contact.tpl @@ -18,6 +18,8 @@

Contact Us

+ {contentBlock "contact-introduction"} +
{if $validationErrors}
diff --git a/html-templates/people/people.tpl b/html-templates/people/people.tpl index 480cba4e..e5d7b28c 100644 --- a/html-templates/people/people.tpl +++ b/html-templates/people/people.tpl @@ -14,6 +14,8 @@

{_ "Registered Members"} {$membersTotal|number_format}

+ {contentBlock "members-browse-introduction"} +
diff --git a/html-templates/projects/projectEdit.tpl b/html-templates/projects/projectEdit.tpl index 9c63d841..53a0d678 100644 --- a/html-templates/projects/projectEdit.tpl +++ b/html-templates/projects/projectEdit.tpl @@ -25,6 +25,8 @@
+ {contentBlock "projects-create-introduction"} + {if !$Project->isValid}
{_ "There were problems with your entry:"} diff --git a/html-templates/projects/projects.tpl b/html-templates/projects/projects.tpl index 89cd1014..37f30536 100644 --- a/html-templates/projects/projects.tpl +++ b/html-templates/projects/projects.tpl @@ -20,6 +20,9 @@

{_ "Civic Projects Directory"} {$projectsTotal|number_format}

+ + {contentBlock "projects-browse-introduction"} +
diff --git a/html-templates/register/register.tpl b/html-templates/register/register.tpl index 3ae64948..13bd46da 100644 --- a/html-templates/register/register.tpl +++ b/html-templates/register/register.tpl @@ -13,13 +13,14 @@ {block "content"} {$User = $data} - {contentBlock "register-introduction"} -
+ + {contentBlock "register-introduction"} + {strip} {if $User->validationErrors}