Vous êtes connecté en tant que anonymous Se Deconnecter
Browse code

Ma première tentative de MVC en PHP

Emmanuel ROY authored on 13/06/2017 21:55:21
Showing 1 changed files
1 1
new file mode 100755
... ...
@@ -0,0 +1,9 @@
1
+function changerTailleTexte(taille){
2
+	document.getElementById("lecture").href = "stylesCSS/lecture0"+taille+".css";
3
+}
4
+function changerInterFace(type){
5
+	document.getElementById("interface").href = "stylesCSS/interface"+type+".css";
6
+}
7
+function changerTypographie(type){
8
+	document.getElementById("typographie").href = "stylesCSS/typographie"+type+".css";
9
+}