From c92ea78488c49384e545ffaf79cd748fa33c815f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Apr 2015 19:59:51 +0200 Subject: change page title, add RHEL / CentOS / EPEL --- all.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'all.php') diff --git a/all.php b/all.php index 6eeba7a..44bc6f4 100644 --- a/all.php +++ b/all.php @@ -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 -- cgit