Last change
on this file since 93781 was
93781,
checked in by p@…, 5 years ago
|
Fichier inutile en 3.1
|
-
Property svn:executable set to
*
|
File size:
828 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 | |
---|
13 | [(#REM) Inclusion des fichier Javascript ] |
---|
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 | |
---|
25 | |
---|
26 | [<script src="(#CHEMIN{lib/foundation-6/js/foundation.js})"></script>] |
---|
27 | [<script src="(#CHEMIN{lib/foundation-6/js/app.js})"></script>] |
---|
Note: See
TracBrowser
for help on using the repository browser.