From 388a73c52a6542e2bc0994647612317370cd1dc7 Mon Sep 17 00:00:00 2001
From: martignoni The easiest way to start a new learning activity module is to use the template
- in mod/newmodule_template.zip.
- Unzip it and follow the README inside. You might also like to post first in the Activities
- modules forum on Using Moodle. Pour programmer un nouveau module d'activité, le plus simple est d'utiliser le
+ modèle mod/newmodule_template.zip.
Il est également judicieux de poster auparavant un message sur le forum + Activities + modules dans le cours « Using Moodle ».
-Themes (or skins) define the look of a site. A number of simple themes - are provided in the main distribution, but you may want to create your own - theme with your own colours, logo, styles and graphics.
-Each theme is in a subdirectory of the "theme" directory, and - contains at least the following files:
+Les thèmes (ou « skins ») définissent l'aspect d'un + site. Quelques thèmes simples sont fournis dans la distribution de Moodle. + Vous pouvez aussi créer votre propre thème avec vos couleurs, logo, + styles et graphiques préférés.
+Chaque thème est placé dans un sous-dossier « theme » + qui contient au moins les fichiers suivants :
-
-- config.php: defines the theme colours used throughout - the site
-- styles.php: the style sheet, containing CSS definitions - for standard HTML elements as well as many Moodle elements.
-- header.html: Included at the top of each page. This - is what you need to edit to add a logo at the top of pages, for example.
-- footer.html: Included at the bottom of each page.
+- config.php : définit les couleurs du thèmes qui + seront utilisées dans le site.
+- styles.php : la feuille de style contentant les + définitions des éléments standard HTML et que de nombreux + éléments de Moodle.
+- header.html : fichier incorporé au début + de chaque page. Pour ajouter un logo au sommet de chaque page, c'est ce fichier qui devra + être modifié.
+- footer.html : fichier incorporé à la fin + de chaque page.
To create your own themes for current versions of Moodle:
+Pour créer votre propre thème avec la version actuelle de Moodle :
- Copy one of the existing theme folders to one with a new name. I recommend starting with one of the standard themes.
-- 2.39.5