File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
apps/settings/templates/settings/admin Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -74,9 +74,5 @@ class="icon-info"
7474<div id="version" class="section">
7575 <!-- should be the last part, so Updater can follow if enabled (it has no heading therefore). -->
7676 <h2><?php p ($ l ->t ('Version ' ));?> </h2>
77- <?php if ($ theme ->getTitle () === 'Nextcloud ' ): ?>
7877 <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 ; ?>
8278</div>
You can’t perform that action at this time.
0 commit comments