summaryrefslogtreecommitdiffstats
path: root/help/templates/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'help/templates/index.php')
-rw-r--r--help/templates/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/help/templates/index.php b/help/templates/index.php
index 7105507f5eb..f239de217d0 100644
--- a/help/templates/index.php
+++ b/help/templates/index.php
@@ -17,8 +17,8 @@
</tbody>
</table>
<?php
- $url=OC_HELPER::linkTo( "help", "index.php" ).'?page=';
- $pageNavi=OC_UTIL::getPageNavi($_['pagecount'],$_['page'],$url);
+ $url=OC_Helper::linkTo( "help", "index.php" ).'?page=';
+ $pageNavi=OC_Util::getPageNavi($_['pagecount'],$_['page'],$url);
$pageNavi->printPage();
?>
<a target="_blank" class="prettybutton" href="http://apps.owncloud.com/knowledgebase/editquestion.php?action=new"><?php echo $l->t( 'ASK A QUESTION' ); ?></a>