outsource apihelp to api.froxlor.org

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-11-10 07:17:13 +01:00
parent b340221055
commit e1b62d3af4
4 changed files with 26 additions and 145 deletions

View File

@@ -1,8 +0,0 @@
$header
<article>
<section>
{$apihelp}
</section>
</article>
$footer

View File

@@ -69,7 +69,7 @@
</if>
<if Settings::Get('api.enabled') == 1>
<li><a href="{$linker->getLink(array('section' => 'index', 'page' => 'apikeys'))}">{$lng['menue']['main']['apikeys']}</a></li>
<li><a href="{$linker->getLink(array('section' => 'index', 'page' => 'apihelp'))}">{$lng['menue']['main']['apihelp']}</a></li>
<li><a href="https://api.froxlor.org/doc/" rel="external">{$lng['menue']['main']['apihelp']}</a></li>
</if>
</ul>
</li>