Merge pull request #10744 from nextcloud/update-help-php
Update help.php
This commit is contained in:
commit
c260e4403d
1 changed files with 2 additions and 16 deletions
|
@ -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…
Reference in a new issue