slitaz-forge rev 346

Copyright 2013
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 17 13:06:08 2013 +0100 (2013-02-17)
parents fafde128da8b
children c70b14e7ce7d
files forum/my-templates/slitaz/footer.php scn/themes/slitaz/footer.php tank/files/var/www/index.html
line diff
     1.1 --- a/forum/my-templates/slitaz/footer.php	Mon Jan 28 02:13:05 2013 -0200
     1.2 +++ b/forum/my-templates/slitaz/footer.php	Sun Feb 17 13:06:08 2013 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  		</div>
     1.5  	</div>
     1.6  	<div id="footer" role="contentinfo">
     1.7 -		Copyright &copy; 2011
     1.8 +		Copyright &copy; <?php echo date('Y'); ?>
     1.9  		<a href="http://www.slitaz.org/">SliTaz</a> Powered by 
    1.10  		<a href="http://bbpress.org">bbPress</a> - Network:
    1.11  		<a href="http://scn.slitaz.org/">Community</a>
     2.1 --- a/scn/themes/slitaz/footer.php	Mon Jan 28 02:13:05 2013 -0200
     2.2 +++ b/scn/themes/slitaz/footer.php	Sun Feb 17 13:06:08 2013 +0100
     2.3 @@ -4,7 +4,7 @@
     2.4  		<?php do_action( 'bp_before_footer' ) ?>
     2.5  
     2.6  		<div id="footer">
     2.7 -	    	<p>Copyright &copy; 2012
     2.8 +		<p>Copyright &copy; <?php echo date('Y'); ?>
     2.9  				<a href="http://www.slitaz.org">SliTaz</a> - SCN is
    2.10  				proudly powered by <a href="http://wordpress.org">WordPress</a>
    2.11  				and <a href="http://buddypress.org">BuddyPress</a>
     3.1 --- a/tank/files/var/www/index.html	Mon Jan 28 02:13:05 2013 -0200
     3.2 +++ b/tank/files/var/www/index.html	Sun Feb 17 13:06:08 2013 +0100
     3.3 @@ -29,7 +29,7 @@
     3.4  
     3.5  <!-- Footer -->
     3.6  <div id="footer">
     3.7 -    Copyright &copy; 2012 <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
     3.8 +    Copyright &copy; 2013 <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
     3.9  </div>
    3.10  
    3.11  </body>