clipbucket/upload/styles/cbv2/layout/body.html
Arslan Hassan d65e7ee595 ADDED : ClipBucket Object Class
ADDED : New ClipBucket Template
ADDED : New Templating System
ADDED : New Favicon
ADDED : New ClipBucket Player
2009-09-28 05:23:50 +00:00

24 lines
No EOL
608 B
HTML

{* Including Global Header *}
{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/message.html"}
<div id="content_container">
<div id="content">
{foreach from=$template_files item=file}
{include file="$style_dir/$file" }
{/foreach}
</div>
</div>
<div id="footer">
<div class="footer">
&copy; {$title} {$smarty.now|date_format:"%Y"}
</div>
</div>
</div>
</body>
</html>