kral_barmen Posted January 11, 2018 Share Posted January 11, 2018 (edited) Merhaba Arkadaşlar, 1.6.1.17 Sürümünde Siteye Mobile-Detect Class İnclude Yapıp bunu Temanın Bazı Yerlerinde Kullanmak İstiyorum Ancak Bir Türlü Başaramadım. Aşağıdaki Kodu PrestaShopta Nasıl Kullanabilirim. // Include and instantiate the class. require_once 'Mobile_Detect.php'; $detect = new Mobile_Detect; // Any mobile device (phones or tablets). if ( $detect->isMobile() ) { } Yardımlarınızı Bekliyorum. Edited January 11, 2018 by kral_barmen (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now