isMobile() ? ($detect->isTablet() ? 'tablet' : 'phone') : 'computer'); $mobile = false; if ($detect->isMobile() || $detect->isTablet()) { $mobile = true; } else { $mobile = false; } ?> Standard file setup for HTML Conversion

Standard file setup for HTML Conversion

The below ZIP file contains the main file structure for you to start a new project (HTML Conversions). When a new client project is assigned to you please download the below ZIP file and do the modifications according to your requirement. In there, you can find HTML, CSS, JS, Fancybox, etc. files which we commonly use in most of our sites. Please use clean, user friendly codes in an order when writing HTML, CSS or any other codes. Always remember you are not the only developer who's going to work on the site. So make it easy for other developers as well.