Example #1
0
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="outerdiv">
  <tr>
    <td width="163px" valign="top" id="frmTitle" bgcolor="#3985C1">
	<div id="leftblock">
	<!-- left menu bars filter start -->
	<?php 
include View::getBlock('left.tpl.php');
?>
	<!-- left menu bars filter end -->
	<br />
	<br>
	</div>
	</td>
    <td width="12" align="center" class="sw" onclick="switchSysBar()" bgcolor="#3985C1">
		<span id="switchPoint" style="FONT-SIZE: 9pt; CURSOR: hand; COLOR: #ffffff; FONT-FAMILY: Webdings"><img src="images/closebtn.gif" /></span>
	</td>
    <td align="center" valign="top"><div id="rightblock">
		<!-- include layout start --> 
		<?php 
include $body;
?>
		<!-- include layout end --> 
    </div>
	</td>
  </tr>
</table>
<?php 
include View::getBlock('footer.tpl.php');
?>
</body>
</html>