From fef2d07873ca2bf2aa1f6ac96b9e6617778bf184 Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Thu, 8 Nov 2012 14:12:49 +0100 Subject: [PATCH] add credits to personal page too so that non admins can see what they run. --- settings/templates/personal.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 55ff24b422..d02bcdd7ea 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -5,7 +5,7 @@ */?>
-

t('You have used %s of the available %s', array($_['usage'], $_['total_space']));?>

+

t('You have used %s of the available %s', array($_['usage'], $_['total_space']));?>

@@ -56,4 +56,9 @@ };?> +

+ ownCloud
+ t('Developed by the ownCloud community, the source code is licensed under the AGPL.'); ?> +

+