clipbucket/upload/admin_area/styles/cbadmin/layout/body.html

27 lines
642 B
HTML
Raw Normal View History

2009-08-25 12:16:42 +00:00
{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>