slitaz-forge rev 415

forum: try to fix online users
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 15 10:42:23 2014 +0100 (2014-01-15)
parents 7328f834c213
children d054fd68b7aa
files forum/my-templates/slitaz/footer.php forum/my-templates/slitaz/style.css
line diff
     1.1 --- a/forum/my-templates/slitaz/footer.php	Wed Jan 15 10:37:56 2014 +0100
     1.2 +++ b/forum/my-templates/slitaz/footer.php	Wed Jan 15 10:42:23 2014 +0100
     1.3 @@ -1,4 +1,7 @@
     1.4  		</div>
     1.5 +		
     1.6 +		<?php do_action('bb_foot'); ?>
     1.7 +		
     1.8  	</div>
     1.9  
    1.10  	<script type="text/javascript" src="/my-templates/slitaz/qrcode.js"></script>
    1.11 @@ -23,8 +26,6 @@
    1.12  			<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
    1.13  			<a href="http://flattr.com/profile/slitaz">Flattr</a>
    1.14  		</p>
    1.15 -		
    1.16 -		<?php do_action('bb_foot'); ?>
    1.17  
    1.18  		<!-- If you like showing off the fact that your server rocks -->
    1.19  		<!-- <p class="showoff">
     2.1 --- a/forum/my-templates/slitaz/style.css	Wed Jan 15 10:37:56 2014 +0100
     2.2 +++ b/forum/my-templates/slitaz/style.css	Wed Jan 15 10:42:23 2014 +0100
     2.3 @@ -150,7 +150,7 @@
     2.4  
     2.5  #network {
     2.6  	float: right;
     2.7 -	padding: 12px 5px 0;
     2.8 +	padding: 13px 5px 0;
     2.9  	font-size: 12px;
    2.10  }
    2.11  #network a { padding: 0 4px; color: #fff; font-weight: bold; text-decoration: none;}