svn: /pear/pearweb/trunk/public_html/channels/ index.php
[email protected] ("Daniel O'Connor") Sat, 09 Apr 2011 15:38:46 +0000
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <[email protected]> |
clockwerx Sat, 09 Apr 2011 15:38:46 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=310104
Log:
Adds counts
Changed paths:
U pear/pearweb/trunk/public_html/channels/index.php
Modified: pear/pearweb/trunk/public_html/channels/index.php
===================================================================
--- pear/pearweb/trunk/public_html/channels/index.php 2011-04-09 15:35:54 UTC (rev 310103)
+++ pear/pearweb/trunk/public_html/channels/index.php 2011-04-09 15:38:46 UTC (rev 310104)
@@ -45,7 +45,7 @@
provided on the individual pages.</p>
<h2>List of Sites</h2>
-
+<p>There are <?php print count($channels); ?> channel(s) we know of.</p>
<ul>
<?php foreach ($channels as $channel) { ?>
<li>
@@ -59,6 +59,7 @@
<?php if (auth_check('pear.admin')) { ?>
<h2>Sites to be Approved</h2>
+ <p>There are <?php print count($inactive_channels); ?> site(s) to be approved.</p>
<ul>
<?php foreach ($inactive_channels as $channel) { ?>
<li>