add a button to open the online documentation
This commit is contained in:
parent
0f5864d864
commit
d1fe3c2314
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
*/?>
|
||||
|
||||
<div id="controls">
|
||||
<a class="button newquestion" href="http://owncloud.org/support" target="_blank"><?php echo $l->t( 'Documentation' ); ?></a>
|
||||
<a class="button newquestion" href="http://apps.owncloud.com/knowledgebase/editquestion.php?action=new" target="_blank"><?php echo $l->t( 'Ask a question' ); ?></a>
|
||||
<?php
|
||||
$url=OC_Helper::linkTo( "settings", "help.php" ).'?page=';
|
||||
|
|
Loading…
Reference in a new issue