2010-01-01 13:01:53 +00:00
|
|
|
<div class="footer">
|
|
|
|
<div class="footer_copyr">
|
|
|
|
© {$title} {$smarty.now|date_format:"%Y"}
|
|
|
|
</div>
|
|
|
|
<ul class="clearfix">
|
|
|
|
|
|
|
|
{foot_menu assign='foot_menu'}
|
|
|
|
|
|
|
|
{foreach from=$foot_menu item=fm}
|
|
|
|
{if $fm.name!=''}
|
2010-07-10 11:29:26 +00:00
|
|
|
<li><a href="{$fm.link}" {if $fm.target} target="{$fm.target}"{/if} {if $fm.onclick} onclick="{$fm.onclick}" {/if}>{$fm.name}</a></li>
|
2010-01-01 13:01:53 +00:00
|
|
|
{/if}
|
|
|
|
{/foreach}
|
|
|
|
</ul>
|
|
|
|
<div class="clearfix"></div>
|
2011-01-07 12:28:08 +00:00
|
|
|
|
2010-01-01 13:01:53 +00:00
|
|
|
<div class="footer_sp"></div>
|
2011-01-07 12:28:08 +00:00
|
|
|
|
|
|
|
<div align="center">{$Cbucket->footer()}</div>
|
2011-01-06 15:09:06 +00:00
|
|
|
|
2010-01-01 13:01:53 +00:00
|
|
|
</div>
|