tazpanel rev 445

footer.html: fix year
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 08 15:02:55 2015 +0200 (2015-04-08)
parents 4224c82f9b05
children 59d08ad90aa3
files styles/default/footer.html
line diff
     1.1 --- a/styles/default/footer.html	Wed Apr 08 14:49:59 2015 +0200
     1.2 +++ b/styles/default/footer.html	Wed Apr 08 15:02:55 2015 +0200
     1.3 @@ -4,7 +4,7 @@
     1.4  </div>
     1.5  
     1.6  <footer>
     1.7 -	$(_ 'Copyright') &copy; 2015
     1.8 +	$(gettext 'Copyright') &copy; $(date +%Y)
     1.9  	<a href="http://www.slitaz.org/" target="_blank">SliTaz GNU/Linux</a>
    1.10  	- <a href="index.cgi?file=/usr/share/licenses/bsd.txt">$(gettext 'BSD License')</a>
    1.11  </footer>