Last change
on this file since 93782 was
93782,
checked in by p@…, 5 years ago
|
Respecter la configuration Javascript
|
-
Property svn:executable set to
*
|
File size:
889 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 src="(#CHEMIN{lib/foundation-6/js/app.js})"></script>] |
---|
26 | ] |
---|
Note: See
TracBrowser
for help on using the repository browser.