<b>plugin_template plugin</b>

This plugin is an example of third-party integration plugin. To use it, you 
may:
1. Copy it to new folder, lets say "some_your_plugin_name"
2. Rename "plugin_template.inc.php" to "some_your_plugin_name.inc.php"
3. In the plugin files, replace all occurrences of "plugin_template" to 
   "some_your_plugin_name" (of course,without quotes).
4. Then you start add some PHP code to template functions. Read manual 
   to understand what these functions for.
