The plugin article said a plugin is a variable that display the contents of another template. I've been putting the code in this second template. Should the code be in the plugin itself? The plugin code is currently
Code:
$eveitapi = fetch_template('eveitapi');
So if I put all the PHP in the plugin itself, I should be able to use the defined variables on any template (since the plugin is in global_start)? When I said plugin template I was referring to the template the plugin calls. When I said display template I was referring to the template that had $eveitapi where I wanted the plugin stuff to display.