[pmwiki-users] displaying coordinates of mouse click
Petko Yotov
5ko at 5ko.fr
Thu Jun 13 10:55:59 CDT 2013
Mark Lee writes:
> Does the $HTMLHeadFmt go into config.php or skin.tmpl?
It goes into local/config.php to enable it on the whole wiki, or into
local/YourGroup.php or into local/YourGroup.YourPage.php to enable it on a
single group or page. See
http://www.pmwiki.org/wiki/PmWiki/LocalCustomizations
http://www.pmwiki.org/wiki/PmWiki/GroupCustomizations
What you add into this variable will be automatically placed in the skin
template at the place of the directive <!--HTMLHeader--> so you don't need
to modify the skin. This is good if you use a skin made by someone else, you
can install a new version without having to re-edit the skin template to add
your stuff.
About the forms, see http://www.pmwiki.org/wiki/PmWiki/Forms .
Petko
More information about the pmwiki-users
mailing list