Not sure if this is right spot, but here's the question....
I'm learning, so no giggles :)
I've done the crash course, it say make the install.php file and put this in it:
BOL_LanguageService::getInstance()->addPrefix('contactus', 'Contact Us');
And make the other files, then install it the plugin.
When I go to the admin, it shows up and I click install I'm directed to a page at <domain>/admin/plugins/install/key/contactus that basically just says:
BOL_LanguageService::getInstance()->addPrefix('contactus', 'Contact Us');
as text output.
What did I do wrong?
Thanks