=================IMPORTANT UPDATE=====================
Ok, I discovered one bug when you're using multiple themes at once. the compile directory would have the html from the previous theme working fine, but it would apply to the new theme giving you a messed up look. I modified the code to correct this so that you could use multiple themes at once without a problem.
Also as an added bonus I added another theme.
So redownload the script, which will include the updated fix as well as the new theme.
(keep a backup of your previous config files so you can cut and paste the old LP settings back in.)
Link:
http://www.kblinker.com/dist/kblp.zip
If you don't want to replace your existing files, simply add this line in config.php:
Code:
$smarty->compile_id = $theme_select;
Below this one
Code:
$smarty->config_dir = realpath("./tengine/configs"); //sets the config directory (if you have any)
And pull the /orchid directly from themes in the download above and place into your /themes directory on your production site.