Copyright date dynamic

This commit is contained in:
touffies
2013-10-25 10:00:35 +02:00
parent 29c2d543fb
commit 84032af8aa

View File

@@ -23,7 +23,7 @@ URL: http://www.thelia.net
<meta charset="utf-8"> <meta charset="utf-8">
{* Page Title *} {* Page Title *}
<title>{block name="page-title"}{strip}{if $breadcrumbs}{foreach from=$breadcrumbs|array_reverse item=breadcrumb}{$breadcrumb.title} | {/foreach}{/if}{config key="company_name"}{/strip}{/block}</title> <title>{block name="page-title"}{strip}{if $breadcrumbs}{foreach from=$breadcrumbs|array_reverse item=breadcrumb}{$breadcrumb.title} - {/foreach}{/if}{config key="company_name"}{/strip}{/block}</title>
{* Meta Tags *} {* Meta Tags *}
<meta name="description" content=""> <meta name="description" content="">
@@ -179,15 +179,15 @@ URL: http://www.thelia.net
<div class="banner banner-col-3"> <div class="banner banner-col-3">
<div class="col"> <div class="col">
<span class="icon-truck icon-flip-horizontal"></span> <span class="icon-truck icon-flip-horizontal"></span>
Free shipping <small>Orders over $50</small> {intl l="Free shipping"} <small>{intl l="Orders over $50"}</small>
</div> </div>
<div class="col"> <div class="col">
<span class="icon-credit-card"></span> <span class="icon-credit-card"></span>
Secure payment <small>Multi-payment plateform</small> {intl l="Secure payment"} <small>{intl l="Multi-payment plateform"}</small>
</div> </div>
<div class="col"> <div class="col">
<span class="icon-info"></span> <span class="icon-info"></span>
Need help ? <small>Questions ? See or F.A.Q.</small> {intl l="Need help ?"} <small>{intl l="Questions ? See or F.A.Q."}</small>
</div> </div>
</div> </div>
</div> </div>
@@ -198,7 +198,7 @@ URL: http://www.thelia.net
<div class="blocks block-col-4"> <div class="blocks block-col-4">
<div class="col"> <div class="col">
<section class="block block-links"> <section class="block block-links">
<div class="block-heading"><h3 class="block-title">Latest articles</h3></div> <div class="block-heading"><h3 class="block-title">{intl l="Latest articles"}</h3></div>
<div class="block-content"> <div class="block-content">
{ifloop rel="blog.articles"} {ifloop rel="blog.articles"}
<ul> <ul>
@@ -362,7 +362,7 @@ URL: http://www.thelia.net
</ul> </ul>
</nav> </nav>
<section class="copyright">Copyright &copy; <time datetime="2013-08-01">2013</time> <a href="http://www.thelia.net" rel="external">Thelia</a></section> <section class="copyright">{intl l="Copyright"} &copy; <time datetime="{'Y-m-d'|date}">{'Y'|date}</time> <a href="http://www.thelia.net" rel="external">Thelia</a></section>
</div> </div>
</div> </div>
</footer><!-- /.footer-info --> </footer><!-- /.footer-info -->