diff options
Diffstat (limited to 'smarty')
-rw-r--r-- | smarty/templates/rpmphp/index.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/smarty/templates/rpmphp/index.tpl b/smarty/templates/rpmphp/index.tpl index 8b73af7..046af55 100644 --- a/smarty/templates/rpmphp/index.tpl +++ b/smarty/templates/rpmphp/index.tpl @@ -20,8 +20,9 @@ *} <h2>Package reports</h2> <ul id="reports"> + <li><a href="rpm.php?type=composer">COMPOSER Libraries in Fedora</a> with upstream information</li> <li><a href="rpm.php?type=pecl">PECL Extensions in Fedora</a> with upstream information</li> - <li><a href="rpm.php?type=pear">PEAR Extensions in Fedora</a> with upstream information</li> + <li><a href="rpm.php?type=pear">PEAR Libraries in Fedora</a> with upstream information</li> <li><a href="rpm.php?type=R">R Extensions in Fedora</a> with upstream information</li> <li><a href="all.php">All Packages in Fedora</a></li> </ul><!-- /reports --> |