DS-2871 mobile theme: correct order of imports

This commit is contained in:
Ivan Masár
2015-11-06 11:55:53 +01:00
parent e236e319c4
commit dcdda69fd7

View File

@@ -52,8 +52,8 @@ Installation:
2. Add a call for the detectmobile.js and cookies.js file in the header 2. Add a call for the detectmobile.js and cookies.js file in the header
of your current main theme.xsl file. of your current main theme.xsl file.
It should look like: It should look like:
<script type="text/javascript" src="/themes/mobile/lib/detectmobile.js">&#160;</script>
<script type="text/javascript" src="/themes/mobile/lib/cookies.js">&#160;</script> <script type="text/javascript" src="/themes/mobile/lib/cookies.js">&#160;</script>
<script type="text/javascript" src="/themes/mobile/lib/detectmobile.js">&#160;</script>
* In this file, we also add a "View mobile site" link in the footer * In this file, we also add a "View mobile site" link in the footer
section, which allows users to view the full site on their section, which allows users to view the full site on their
mobile devices. The cookies.js file saves this preference mobile devices. The cookies.js file saves this preference