{include file='header.html'}
<div id="root">
{include file="menu.html"}
{include file="users/login.html"}
<div id="main">
{if $loggedin || $guestview}
{include file="$main"}
{else}
Log in to view the movie database.
{/if}
</div>
</div>
<div id="credits">
<a href="http://php4dvd.sourceforge.net/" target="_blank">php4dvd v{$version}</a>
</div>
{include file='footer.html'}