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

Update help.php
This commit is contained in:
Morris Jobke 2018-08-20 09:15:49 +02:00 committed by GitHub
commit c260e4403d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 16 deletions

View File

@ -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">