diff options
author | Frank Karlitschek <karlitschek@kde.org> | 2012-01-29 14:45:38 +0100 |
---|---|---|
committer | Frank Karlitschek <karlitschek@kde.org> | 2012-01-29 14:45:38 +0100 |
commit | 927bf569401c3e4f60837dd7847d39e0ef4044c4 (patch) | |
tree | ccc727642020e27613def4d74b2b3a437ded4802 | |
parent | 928e9b121b4d6b761084d7b2c58319d6e0225c05 (diff) | |
download | nextcloud-server-927bf569401c3e4f60837dd7847d39e0ef4044c4.tar.gz nextcloud-server-927bf569401c3e4f60837dd7847d39e0ef4044c4.zip |
add a link to the credits page. fame for all our awesome contributors
-rw-r--r-- | settings/templates/personal.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 8c5de5ccf2a..80d2cb0a86f 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -51,6 +51,7 @@ <p class="personalblock"> <strong>ownCloud</strong> <?php echo(OC_Util::getVersionString()); ?><br /> + developed by the <a href="http://ownCloud.org/credits" target="_blank">ownCloud community</a><br /> <?php echo(OC_Updater::ShowUpdatingHint()); ?><br /> <a href="http://gitorious.org/owncloud" target="_blank">source code</a> licensed freely under <a href="http://www.gnu.org/licenses/agpl-3.0.html" target="_blank">AGPL</a> </p> |