NIHVIVO-2071 Include pageSetup.ftl in every page template. Use to generate a body class value, and apply to body element in page templates.

This commit is contained in:
rjy7 2011-02-08 21:07:18 +00:00
parent 941c442983
commit 4f7d3b8302
4 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@
<#include "head.ftl">
</head>
<body>
<body class="${bodyClasses!}">
<#include "identity.ftl">
<#include "menu.ftl">

View file

@ -8,7 +8,7 @@
<#include "head.ftl">
</head>
<body>
<body class="${bodyClasses!}">
<#include "identity.ftl">
<#include "menu.ftl">

View file

@ -9,7 +9,7 @@
<#include "head.ftl">
</head>
<body>
<body class="${bodyClasses!}">
<#include "identity.ftl">
<#include "menu.ftl">

View file

@ -8,7 +8,7 @@
<#include "head.ftl">
</head>
<body>
<body class="${bodyClasses!}">
<#include "identity.ftl">
<#include "menu.ftl">