Merge pull request #10744 from nextcloud/update-help-php

Update help.php
pull/10757/head
Morris Jobke 6 years ago committed by GitHub
commit c260e4403d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,8 +16,8 @@
<?php } ?>
<li>
<a href="https://docs.nextcloud.org" target="_blank" rel="noreferrer noopener">
<?php p($l->t('Online documentation')); ?>
<a href="https://docs.nextcloud.com" target="_blank" rel="noreferrer noopener">
<?php p($l->t('Documentation')); ?>
</a>
</li>
<li>
@ -25,20 +25,6 @@
<?php p($l->t('Forum')); ?>
</a>
</li>
<?php if($_['admin']) { ?>
<li>
<a href="https://nextcloud.com/support/" target="_blank" rel="noreferrer noopener">
<?php p($l->t('Getting help')); ?>
</a>
</li>
<?php } ?>
<li>
<a href="https://nextcloud.com/enterprise/" target="_blank" rel="noreferrer noopener">
<?php p($l->t('Commercial support')); ?>
</a>
</li>
</div>
<div id="app-content" class="help-includes">

Loading…
Cancel
Save