We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee590b commit 8711e2fCopy full SHA for 8711e2f
1 file changed
apps/settings/templates/settings/admin/overview.php
@@ -74,9 +74,5 @@ class="icon-info"
74
<div id="version" class="section">
75
<!-- should be the last part, so Updater can follow if enabled (it has no heading therefore). -->
76
<h2><?php p($l->t('Version'));?></h2>
77
- <?php if ($theme->getTitle() === 'Nextcloud'): ?>
78
<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>
79
- <?php else: ?>
80
- <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>
81
- <?php endif; ?>
82
</div>
0 commit comments