string(14) "/var/www/html/"

string(0) ""

{include file="header.html"}
{$debugtxt}
<table id="body">
<tr>
	<td valign="top" id="menu">{include file="leftmenu.html"}</td>
	<td valign="top" class="{if $isHomePage}homepage{else}otherpage{/if}">
        {$centerpage}
    </td>
</tr>
</table>
{include file="footer.html"}