Browsers
Help System
Languages


Horde's Help system lets you easily include help links


<?php

require_once HORDE_BASE '/lib/Help.php';

// Generate a link to a specific topic
echo Help::link('application''topic');

// Generate a link to all topics for an application
echo Help::listLink('application');

// Include the javascript for the help window
Help::javascript();

?>
  

  • Help files are XML-based (example)