aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2024-02-27 11:26:42 +0100
committerGitHub <noreply@github.com>2024-02-27 11:26:42 +0100
commit831a7790378cbf64c982a68f98db39dac8cf324c (patch)
treeb7c6f2ba4ba47aff17abad2f65856f41e9c7d6a6
parent5993a428ea3df66db5a66599bc4b9a43d9680bba (diff)
parent6a49509d4b5c18430472b00e65e2dd42db207763 (diff)
downloadnextcloud-server-831a7790378cbf64c982a68f98db39dac8cf324c.tar.gz
nextcloud-server-831a7790378cbf64c982a68f98db39dac8cf324c.zip
Merge pull request #41317 from fabianzw/fix/admin_overview_version
-rw-r--r--apps/settings/templates/settings/admin/overview.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/settings/templates/settings/admin/overview.php b/apps/settings/templates/settings/admin/overview.php
index cb17f76e0d8..738cd9bb184 100644
--- a/apps/settings/templates/settings/admin/overview.php
+++ b/apps/settings/templates/settings/admin/overview.php
@@ -74,9 +74,5 @@
<div id="version" class="section">
<!-- should be the last part, so Updater can follow if enabled (it has no heading therefore). -->
<h2><?php p($l->t('Version'));?></h2>
- <?php if ($theme->getTitle() === 'Nextcloud'): ?>
<p><strong><a href="<?php print_unescaped($theme->getBaseUrl()); ?>" rel="noreferrer noopener" target="_blank">Nextcloud Hub 7</a> (<?php p(OC_Util::getHumanVersion()) ?>)</strong></p>
- <?php else: ?>
- <p><strong><a href="<?php print_unescaped($theme->getBaseUrl()); ?>" rel="noreferrer noopener" target="_blank"><?php p($theme->getTitle()); ?></a> <?php p(OC_Util::getHumanVersion()) ?></strong></p>
- <?php endif; ?>
</div>