aboutsummaryrefslogtreecommitdiffstats
path: root/settings/templates/help.php
diff options
context:
space:
mode:
Diffstat (limited to 'settings/templates/help.php')
-rw-r--r--settings/templates/help.php48
1 files changed, 0 insertions, 48 deletions
diff --git a/settings/templates/help.php b/settings/templates/help.php
deleted file mode 100644
index 79584aba84d..00000000000
--- a/settings/templates/help.php
+++ /dev/null
@@ -1,48 +0,0 @@
-<div id="app-navigation">
- <ul>
- <?php if($_['admin']) { ?>
- <li>
- <a class="<?php p($_['style1']); ?>"
- href="<?php print_unescaped($_['url1']); ?>">
- <?php p($l->t('User documentation')); ?>
- </a>
- </li>
- <li>
- <a class="<?php p($_['style2']); ?>"
- href="<?php print_unescaped($_['url2']); ?>">
- <?php p($l->t('Administrator documentation')); ?>
- </a>
- </li>
- <?php } ?>
-
- <li>
- <a href="https://owncloud.org/support" target="_blank" rel="noreferrer">
- <?php p($l->t('Online documentation')); ?> ↗
- </a>
- </li>
- <li>
- <a href="https://forum.owncloud.org" target="_blank" rel="noreferrer">
- <?php p($l->t('Forum')); ?> ↗
- </a>
- </li>
-
- <?php if($_['admin']) { ?>
- <li>
- <a href="https://github.com/owncloud/core/blob/master/CONTRIBUTING.md"
- target="_blank" rel="noreferrer">
- <?php p($l->t('Issue tracker')); ?> ↗
- </a>
- </li>
- <?php } ?>
-
- <li>
- <a href="https://owncloud.com/subscriptions/" target="_blank" rel="noreferrer">
- <?php p($l->t('Commercial support')); ?> ↗
- </a>
- </li>
-</div>
-
-<div id="app-content" class="help-includes">
- <iframe src="<?php print_unescaped($_['url']); ?>" class="help-iframe">
- </iframe>
-</div>