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:
parent
941c442983
commit
4f7d3b8302
4 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
|||
<#include "head.ftl">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body class="${bodyClasses!}">
|
||||
<#include "identity.ftl">
|
||||
|
||||
<#include "menu.ftl">
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<#include "head.ftl">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body class="${bodyClasses!}">
|
||||
<#include "identity.ftl">
|
||||
|
||||
<#include "menu.ftl">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<#include "head.ftl">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body class="${bodyClasses!}">
|
||||
<#include "identity.ftl">
|
||||
|
||||
<#include "menu.ftl">
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<#include "head.ftl">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body class="${bodyClasses!}">
|
||||
<#include "identity.ftl">
|
||||
|
||||
<#include "menu.ftl">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue