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 --- README | 2 +- all.php | 4 ++-- index.php | 2 +- smarty/templates/rpmphp/index.tpl | 10 +++++----- smarty/templates/rpmphp/main.tpl | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README b/README index 83b0578..5d7a50c 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ This repository manage sources of PHP scripts use to generate reports for - Packages in Fedora repositories + Packages in Fedora / RHEL / CentOS / EPEL repositories http://rpms.famillecollet.com/rpmphp/ 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 diff --git a/index.php b/index.php index b3e82bd..b8edab2 100644 --- a/index.php +++ b/index.php @@ -37,7 +37,7 @@ require 'include/main.php'; $smarty->assign('ariane', $ariane); -$smarty->assign('page_title', 'Packages in Fedora repositories'); +$smarty->assign('page_title', 'Packages in Fedora / RHEL / CentOS / EPEL repositories'); try { diff --git a/smarty/templates/rpmphp/index.tpl b/smarty/templates/rpmphp/index.tpl index 046af55..7bf709a 100644 --- a/smarty/templates/rpmphp/index.tpl +++ b/smarty/templates/rpmphp/index.tpl @@ -20,11 +20,11 @@ *}

Package reports

diff --git a/smarty/templates/rpmphp/main.tpl b/smarty/templates/rpmphp/main.tpl index b0cae4b..4bc9b21 100644 --- a/smarty/templates/rpmphp/main.tpl +++ b/smarty/templates/rpmphp/main.tpl @@ -21,7 +21,7 @@ - Packages in Fedora - {$page_title} + Packages in Fedora / RHEL / CentOS / EPEL - {$page_title} -- cgit
Analysed repositories