Changeset 93807 in spip-zone
- Timestamp:
- Dec 17, 2015, 11:30:37 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/foundation_6/trunk/foundation_6_fonctions.php
r93806 r93807 37 37 * (optionnel) type: Dans le cas des version utilisant une 38 38 * syntaxe avec prefix, on lui passe le type (défaut: large) 39 * 40 * @param mixed $p 41 * @access public 42 * @return mixed 39 43 */ 40 44 function balise_COLONNES_dist($p) { … … 101 105 * icone foundation. 102 106 * 103 * @param mixed$nombre107 * @param int $nombre 104 108 * @access public 105 * @return mixed109 * @return string 106 110 */ 107 111 function filtre_etoile_foundation_dist ($nombre) { … … 140 144 return $p; 141 145 } 142 146 }
Note: See TracChangeset
for help on using the changeset viewer.