Hi All,
I want to call separate home page phtml file for mobile view.
How I can get it done?
Anyone has any solution?
Thanks in Advance
you can create special block to check http agent and call different template file for different devices,
or create a sub-theme and set an exception for mobile http agent using this sub-theme http://magebase.com/magento-tutorials/magento-design-exceptions-explained/
or just create a responsive design and render different content in different screen size in one template