source: trunk/spip/esqueleto-redcta/plugins/splickrbox/Splickr_fonctions.php @ 30

Last change on this file since 30 was 30, checked in by sebas, 17 years ago

nueva importacion del codigo del esqueleto de redcta con los plugins

File size: 114 bytes
Line 
1<?php
2
3function Splickr_juste_a_x($compteur,$x,$return) {
4        if($compteur%$x == 0) return $return;
5        return '';
6}
7
8?>
Note: See TracBrowser for help on using the repository browser.