clipbucket/upload/styles/cbv2new/layout/footer.html
Arslan Hassan d61072c94e Updated : Added Responsive template
Added : Signup form hint_before and hint_after
Added : Signup page template for 2.7 (Responsive)
Added : Videos blocks and a responsive structure.
2013-11-14 12:08:58 +00:00

30 lines
No EOL
891 B
HTML

<div class="clearfix"></div>
<div class="footer">
<div class="footer_copyr">
&copy; {$title} {$smarty.now|date_format:"%Y"}
</div>
<ul class="clearfix">
{foot_menu assign='foot_menu'}
{foreach from=$foot_menu item=fm}
{if $fm.name!=''}
<li><a href="{$fm.link}" {if $fm.target} target="{$fm.target}"{/if} {if $fm.onclick} onclick="{$fm.onclick}" {/if}>{$fm.name}</a></li>
{/if}
{/foreach}
</ul>
<div class="clearfix"></div>
<div class="footer_sp"></div>
<div align="center">
<!-- Forged by ClipBucket -->
<!-- Please do not remove this unless you have license -->
Forged by <a href="http://clip-bucket.com/">ClipBucket</a>
<!-- Forged by ClipBucket ends -->
{$Cbucket->footer()}</div>
</div>