move to admin area

This commit is contained in:
Frank Karlitschek 2011-04-17 15:05:34 +02:00
parent a8f823fc7f
commit e37151a3f1

View file

@ -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();