From 029662bf50a419426ac8f440fe554a1e88112177 Mon Sep 17 00:00:00 2001 From: CaMer0n Date: Fri, 4 Dec 2009 11:54:29 +0000 Subject: [PATCH] More user-friendly message when no plugins are installed. --- e107_admin/plugin.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_admin/plugin.php b/e107_admin/plugin.php index b6e53db2e..c5765c319 100644 --- a/e107_admin/plugin.php +++ b/e107_admin/plugin.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_admin/plugin.php,v $ -| $Revision: 1.56 $ -| $Date: 2009-11-18 01:04:26 $ +| $Revision: 1.57 $ +| $Date: 2009-12-04 11:54:29 $ | $Author: e107coders $ +----------------------------------------------------------------------------+ */ @@ -706,7 +706,7 @@ class pluginManager{ else { //TODO LANs - $text .= "No plugins Found"; + $text .= "No plugins installed - click here to install some."; } $text .= "