Skip to content

Commit

Permalink
Merge pull request #10744 from nextcloud/update-help-php
Browse files Browse the repository at this point in the history
Update help.php
  • Loading branch information
MorrisJobke authored Aug 20, 2018
2 parents 1958a71 + 214c950 commit c260e44
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions settings/templates/help.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,15 @@
<?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>
<a href="https://help.nextcloud.com" target="_blank" rel="noreferrer noopener">
<?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">
Expand Down

0 comments on commit c260e44

Please sign in to comment.