clipbucket/upload/admin_area/styles/cbadmin/layout/body.html
2009-08-27 15:01:32 +00:00

27 lines
No EOL
642 B
HTML

{include file="$style_dir/global_header.html" }
<html>
<body>
<div id="body">
<!-- Including Commong header -->
{include file="$style_dir/header.html" }
{include file="$style_dir/msg.html" }
<div style="padding-top:25px">
<!-- Including Left Column -->
<!-- Inlcluding Other Files -->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="200" valign="top">{include file="$style_dir/left_menu.html" }
</td>
<td valign="top">
{foreach from=$template_files item=file}
{include file="$style_dir/$file" }
{/foreach}</td>
</tr>
</table>
</div>
</body>
</html>