mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 18:14:26 +00:00
DS-2871 mobile theme: correct order of imports
This commit is contained in:
@@ -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"> </script>
|
|
||||||
<script type="text/javascript" src="/themes/mobile/lib/cookies.js"> </script>
|
<script type="text/javascript" src="/themes/mobile/lib/cookies.js"> </script>
|
||||||
|
<script type="text/javascript" src="/themes/mobile/lib/detectmobile.js"> </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
|
||||||
|
Reference in New Issue
Block a user