NIHVIVO-1370 Display home tab content on vivo-basic home page (and any other theme that still uses tabs)

This commit is contained in:
rjy7 2011-02-03 20:59:15 +00:00
parent 2c4a00a5c7
commit da4e21165a

View 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>