Plugin info,php

From Jomres v4 manual

Jump to: navigation, search

The name of this file is very important.


  1. class plugin_info_dummy_third_party_plugin
  2. {
  3. function plugin_info_dummy_third_party_plugin()
  4. {
  5. $this->data=array(
  6. "name"=>"dummy_third_party_plugin",
  7. "version"=>(float)"1",
  8. "description"=> "A dummy plugin for testing third party plugin installation.",
  9. "lastupdate"=>"2009/06/23",
  10. "author"=>"Vince Wooll",
  11. "authoremail"=>"sales@jomres.net"
  12. );
  13. }
  14. }
Personal tools