wrong variable name again for the friends count, should of called $progress
diff --git a/includes/sidebar-1.php b/includes/sidebar-1.php index a96edbf..19b5c1a 100644 --- a/includes/sidebar-1.php +++ b/includes/sidebar-1.php
@@ -3,7 +3,7 @@ <p class="tagline">The mission of the e4 project is to build a next generation platform for pervasive, component-based applications and tools.</p><p> See the about page as well as the original project proposal for more details. </p> <div class="darkbg r-rounded shadow" id="friend_box"> <h3>Become a Friend of Eclipse</h3> - <p>Help us reach our goal of<br/> <strong><?php print $friends;?>/444</strong> friends of Eclipse.</p> + <p>Help us reach our goal of<br/> <strong><?php print $progress;?>/444</strong> friends of Eclipse.</p> <?php include('progress-bar.php');?> </div> </div> \ No newline at end of file