getHelpStringForSection.php 188 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 <?php require_once("../../config/dmsDefaults.php"); require_once(KT_LIB_DIR . "/help/help.inc.php"); error_reporting(E_ALL); var_dump(KTHelp::getHelpStringForSection('dashboard')); ?>