https://www.icyphoenix.com/viewtopic.php?f=4&t=9226&p=59601#p59601 ----------------------------------- Informpro Wed 26 Mar, 2014 18:30 Plugin Skeleton ----------------------------------- URL : https://github.com/vendethiel/icy_phoenix_plugin_skeleton This is a plugin skeleton to start your own plugin. You just need to replace every occurence of "myplugin" (or "MYPLUGIN") with your plugin name. This file structure only uses a root file : [i]myplugin.php[/i]. It then dispatches to the correct [i]plugins/myplugin/pages/[b]{$page}[/b].php[/i] file. The default template file is [i]plugins/myplugin/templates/default/[b]{$page}[/b]_body.tpl[/i]. You can change the [b]$template_file[/b] variables inside your page to tune that.