2013-06-08, 17:51:57
Is this a full GetSimple plugin or a php script? If it is the latter, you can add the functions in the script to a file called 'functions.php' in your theme folder and call the functions in your template.php file.
(If it is the former...why do you want to put a plugin into the template? If the theme depends on the plugin working, you can provide the zip file with the theme in a /theme/ folder and the plugin in a /plugins/ folder so that when the user unzips the file onto their site, they have the plugin on their installation (they'd still need to enable it from the Plugins page).
(If it is the former...why do you want to put a plugin into the template? If the theme depends on the plugin working, you can provide the zip file with the theme in a /theme/ folder and the plugin in a /plugins/ folder so that when the user unzips the file onto their site, they have the plugin on their installation (they'd still need to enable it from the Plugins page).