Anyone followed the iphone tutorial and have it working?
Permalink 1 user found helpfulNot sure what i am doing wrong but get this error:
Events::extend('on_start', 'ThemeSwitcher', 'checkForIphone', 'libraries/theme_switcher.php');
Any other ideas?
PJ
Any other ideas?
PJ
Hope that helps. We'll be doing a lot of work with C5 and mobile, so just let me know what you need help with.
PJ
edit: nevermind, i had a user agent switcher for my ipod
One thing you'll need to do in addition to this, make sure that you add
define('ENABLE_APPLICATION_EVENTS', true);
to your config/site.php
otherwise the events file will be skipped over.