*** empty log message ***
diff --git a/includes/app.php b/includes/app.php
index b1306e4..f9019fc 100644
--- a/includes/app.php
+++ b/includes/app.php
@@ -33,15 +33,7 @@
 	$number_projects = count($projects);
 	sortProjects($projects, 'name');
 	
-	
-	if($_GET['test'] == 'true'){
-		$x=0;
-		foreach($projects as $p){
-			$x++;
-			print $x . ' ' . $p->getName() .'<br/>'';
-			
-		}
-	}
+
 		
 }
 $progress = getWantedCount();
diff --git a/projects.php b/projects.php
index 72a7b31..36484d2 100644
--- a/projects.php
+++ b/projects.php
@@ -39,11 +39,7 @@
 					</table>
 					<div class="content-scroll">
 					<table class="projects" cellpadding="2" cellspacing="2">
-						<tfoot>
-							<tr">							
-							<td id="td_count" colspan="3">Project count : <?php print $number_projects;?></td>
-						</tr>
-						</tfoot>
+						
 						<?php 
 						$count = 0;
 						$new = 0;
@@ -82,6 +78,11 @@
 						
 						}
 						?>
+					<tfoot>
+							<tr">							
+							<td id="td_count" colspan="3">Project count : <?php print $count;?></td>
+						</tr>
+						</tfoot>	
 				</table>
 			</div>				
 		</div>