dokuwiki-plugin-revealjs
dokuwiki-plugin-revealjs copied to clipboard
Loosing plugins CSS
Hi,
In export mode, the page does not include all dokuwiki plugins CSS files. This causes the improved pubmed plugin not to show its links... Can plugins CSS be included ?
Thanks Eric
This code adds dokuwiki all CSS:
Add this to line 95-96
<link rel="stylesheet" href="'.DOKU_BASE.'lib/exe/css.php?t='.rawurlencode($conf['template']).'">
To avoid any code modification in case of CSS conflict, may be it will be confortable to include a new configurable option like includeDokuwikiCss
...