2014-01-18 13:35:29 +00:00
|
|
|
{include file="$style_dir/global_header.html"}
|
|
|
|
<body>
|
2015-08-12 15:03:45 +00:00
|
|
|
{ANCHOR place='premium_button'}
|
2014-01-18 13:35:29 +00:00
|
|
|
{include file="$style_dir/header.html" }
|
|
|
|
<div id="container">
|
|
|
|
|
2014-03-26 07:07:47 +00:00
|
|
|
<!-- Message -->
|
|
|
|
{include file="$style_dir/message.html"}
|
2015-11-06 06:38:05 +00:00
|
|
|
{$userquery->show_unread_alrt(userid(),'container')}
|
2014-01-18 13:35:29 +00:00
|
|
|
{foreach from=$template_files item=file}
|
|
|
|
{include_template_file file=$file}
|
2015-11-06 06:38:05 +00:00
|
|
|
|
2014-01-18 13:35:29 +00:00
|
|
|
{/foreach}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{include file="$style_dir/footer.html" }
|
|
|
|
</body>
|
|
|
|
</html>
|