diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-04-13 19:59:51 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-04-13 19:59:51 +0200 |
commit | c92ea78488c49384e545ffaf79cd748fa33c815f (patch) | |
tree | 1ce5a1f2950c740a45cc5be38bc2384060035e2a /all.php | |
parent | 0b81ee38e96bd00630a7530ac6adb0a8a73e96e8 (diff) |
change page title, add RHEL / CentOS / EPEL
Diffstat (limited to 'all.php')
-rw-r--r-- | all.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,12 +39,12 @@ $what=(isset($_GET["what"]) ? $_GET["what"] : false); $ariane[] = array( 'url' => '#', - 'text' => 'Packages in Fedora repositories' + 'text' => 'Packages in Fedora / RHEL / CentOS / EPEL repositories' ); $smarty->assign('ariane', $ariane); $smarty->assign('what', $what); -$smarty->assign('page_title', 'All packages in Fedora repositories'); +$smarty->assign('page_title', 'All packages in Fedora / RHEL / CentOS / EPEL repositories'); /** * Retrieve packages informations |