diff options
author | Frank Karlitschek <karlitschek@kde.org> | 2011-04-17 15:05:34 +0200 |
---|---|---|
committer | Frank Karlitschek <karlitschek@kde.org> | 2011-04-17 15:05:34 +0200 |
commit | e37151a3f1e2954e11fca383b2aebb14ee4c28b5 (patch) | |
tree | 1fd49b83d5f6140cbf53744afaed856a260cfc82 /help/index.php | |
parent | a8f823fc7fd93c2f343d0597ed848b2b03735de5 (diff) | |
download | nextcloud-server-e37151a3f1e2954e11fca383b2aebb14ee4c28b5.tar.gz nextcloud-server-e37151a3f1e2954e11fca383b2aebb14ee4c28b5.zip |
move to admin area
Diffstat (limited to 'help/index.php')
-rw-r--r-- | help/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help/index.php b/help/index.php index bed0ac7b6bb..426abe39560 100644 --- a/help/index.php +++ b/help/index.php @@ -15,7 +15,7 @@ OC_APP::setActiveNavigationEntry( "help" ); $kbe=OC_OCSCLIENT::getKnownledgebaseEntries(); -$tmpl = new OC_TEMPLATE( "help", "index", "user" ); +$tmpl = new OC_TEMPLATE( "help", "index", "admin" ); $tmpl->assign( "kbe", $kbe ); $tmpl->printPage(); |