Last change
on this file since 93784 was
93784,
checked in by p@…, 5 years ago
|
Lancer foundation à la fin
|
-
Property svn:executable set to
*
|
File size:
925 bytes
|
Line | |
---|
1 | [(#REM) |
---|
2 | Note Didier: |
---|
3 | On place le fichier perso.css à la FIN après les CSS de la balise #INSERT_HEAD, |
---|
4 | sinon on ne peux pas intervenir sur les styles de base de foundation. |
---|
5 | ] |
---|
6 | |
---|
7 | [(#REM) Ajouter les icone foundation si besoin ] |
---|
8 | [(#CONFIG{foundation/foundation-icons}|oui) |
---|
9 | [<link href="(#CHEMIN{lib/foundation-icons/foundation-icons.css}|direction_css)" rel="stylesheet"/>] |
---|
10 | ] |
---|
11 | |
---|
12 | [(#REM) Inclusion des fichier Javascript si la config le permet ] |
---|
13 | [(#CONFIG{foundation_6/javascript}|oui) |
---|
14 | [<script type="text/javascript"> |
---|
15 | $(function () { |
---|
16 | $.ajax({ |
---|
17 | type: "GET", |
---|
18 | url: "(#CHEMIN{lib/foundation-6/js/vendor/what-input.min.js}|texte_script)", |
---|
19 | dataType: "script", |
---|
20 | cache: true |
---|
21 | }); |
---|
22 | }); |
---|
23 | </script>] |
---|
24 | [<script src="(#CHEMIN{lib/foundation-6/js/foundation.js})"></script>] |
---|
25 | <script type="text/javascript"> |
---|
26 | $(function () { |
---|
27 | $(document).foundation(); |
---|
28 | }); |
---|
29 | </script> |
---|
30 | ] |
---|
Note: See
TracBrowser
for help on using the repository browser.