diff options
Diffstat (limited to 'settings/templates/help.php')
-rw-r--r-- | settings/templates/help.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/settings/templates/help.php b/settings/templates/help.php index 8e54493764e..4e3cdd7b908 100644 --- a/settings/templates/help.php +++ b/settings/templates/help.php @@ -1,3 +1,9 @@ +<?php /** + * Copyright (c) 2011, Frank Karlitschek karlitschek@kde.org + * This file is licensed under the Affero General Public License version 3 or later. + * See the COPYING-README file. + */?> + <div id="controls"> <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 |