README.txt 281 B

123456789
  1. To make htmldoc working from wiki.dolibarr.org, them must be modified to have
  2. $_SERVER["HTTP_USER_AGENT"] is "HTMLDOC/x.y.z"
  3. $_COOKIE["htmldoc"] may also be defined if set on command line.
  4. To disable part, add
  5. class="htmldoc-ignore" with css
  6. .htmldoc-ignore { display: none; }