[ Index ] |
|
Code source de Serendipity 1.2 |
1 <?php 2 3 class Text_Wiki_Render_Plain_Heading extends Text_Wiki_Render { 4 5 function token($options) 6 { 7 if ($options['type'] == 'end') { 8 return "\n\n"; 9 } else { 10 return "\n"; 11 } 12 } 13 } 14 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Nov 24 09:00:37 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |