NIHVIVO-1370 Display home tab content on vivo-basic home page (and any other theme that still uses tabs)
This commit is contained in:
parent
2c4a00a5c7
commit
da4e21165a
1 changed files with 21 additions and 0 deletions
21
themes/vivo-basic/templates/page-home.ftl
Normal file
21
themes/vivo-basic/templates/page-home.ftl
Normal file
|
@ -0,0 +1,21 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<#import "lib-list.ftl" as l>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<#include "head.ftl">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<#include "identity.ftl">
|
||||
|
||||
<#include "menu.ftl">
|
||||
|
||||
<#-- vivo-basic continues to display home tab content on the home page -->
|
||||
${homeTabContent}
|
||||
|
||||
<#include "footer.ftl">
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue