summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-01-11 03:18:06 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-01-11 03:18:06 +0100
commitd05e0c81d4b5ad4981c4101c18fd6cfd8323695c (patch)
treebec895d3ad45a8107124c0b9a64bc86ddc2d83ba /settings
parent656b5418996744b5ba095afac59b4fdb4db37337 (diff)
downloadnextcloud-server-d05e0c81d4b5ad4981c4101c18fd6cfd8323695c.tar.gz
nextcloud-server-d05e0c81d4b5ad4981c4101c18fd6cfd8323695c.zip
remove extra slogan footer from Personal and Admin pages
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/admin.php10
-rw-r--r--settings/templates/personal.php8
2 files changed, 7 insertions, 11 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 2b813257a77..a66851743e6 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -562,11 +562,11 @@ if ($_['cronErrors']) {
<div class="section">
<h2><?php p($l->t('Version'));?></h2>
- <strong><?php p($theme->getTitle()); ?></strong> <?php p(OC_Util::getHumanVersion()) ?>
- <?php include('settings.development.notice.php'); ?>
+ <p><a href="<?php print_unescaped($theme->getBaseUrl()); ?>" target="_blank"><?php p($theme->getTitle()); ?></a> <?php p(OC_Util::getHumanVersion()) ?></p>
+ <p><?php include('settings.development.notice.php'); ?></p>
</div>
-<div class="section credits-footer">
- <p><?php print_unescaped($theme->getShortFooter()); ?></p>
-</div>
+
+
+
</div>
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index a7d44a69f8e..86843df9922 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -264,12 +264,8 @@ if($_['passwordChangeSupported']) {
<div class="section">
<h2><?php p($l->t('Version'));?></h2>
- <strong><?php p($theme->getTitle()); ?></strong> <?php p(OC_Util::getHumanVersion()) ?><br />
- <?php include('settings.development.notice.php'); ?>
-</div>
-
-<div class="section credits-footer">
- <p><?php print_unescaped($theme->getShortFooter()); ?></p>
+ <p><a href="<?php print_unescaped($theme->getBaseUrl()); ?>" target="_blank"><?php p($theme->getTitle()); ?></a> <?php p(OC_Util::getHumanVersion()) ?></p>
+ <p><?php include('settings.development.notice.php'); ?></p>
</div>