diff options
author | Frank Karlitschek <karlitschek@kde.org> | 2011-04-17 01:11:44 +0200 |
---|---|---|
committer | Frank Karlitschek <karlitschek@kde.org> | 2011-04-17 01:11:44 +0200 |
commit | 0820cb8f17c4da54b018be27e5cfd566098c2e3d (patch) | |
tree | 604832a20a8c0a4f0e071b23e4d3ac7c6f6b79cb /help/index.php | |
parent | 2940f818b4066214137c1c7a89d4327cd17f070e (diff) | |
download | nextcloud-server-0820cb8f17c4da54b018be27e5cfd566098c2e3d.tar.gz nextcloud-server-0820cb8f17c4da54b018be27e5cfd566098c2e3d.zip |
owncloud now with even more buzzwords. we outsourced the doccumentation and use an online knowledgebase
Diffstat (limited to 'help/index.php')
-rw-r--r-- | help/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/help/index.php b/help/index.php index fe20c1c4ab5..bed0ac7b6bb 100644 --- a/help/index.php +++ b/help/index.php @@ -7,6 +7,9 @@ if( !OC_USER::isLoggedIn()){ exit(); } +// Load the files we need +OC_UTIL::addStyle( "help", "help" ); + OC_APP::setActiveNavigationEntry( "help" ); $kbe=OC_OCSCLIENT::getKnownledgebaseEntries(); |