diff options
Diffstat (limited to 'settings/templates/personal.php')
-rw-r--r-- | settings/templates/personal.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index d40da7eb773..986cfe55ae5 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -50,10 +50,8 @@ };?> <p class="personalblock"> - <strong>ownCloud</strong> <?php echo(OC_Util::getVersionString()); ?> <?php echo(OC_Util::getEditionString()); ?><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> + <strong>ownCloud</strong> <?php echo(OC_Util::getVersionString()); ?> <?php echo(OC_Util::getEditionString()); ?> (<?php echo(OC_Updater::ShowUpdatingHint()); ?>)<br /> + Developed by the <a href="http://ownCloud.org/contact" target="_blank">ownCloud community</a>, the <a href="http://gitorious.org/owncloud" target="_blank">source code</a> is freely licensed under the <a href="http://www.gnu.org/licenses/agpl-3.0.html" target="_blank"><abbr title="Affero General Public License">AGPL</abbr></a>. </p> |