1 <?php
2 class Text_Wiki_Render_Plain_Include extends Text_Wiki_Render {
3 function token()
4 {
5 return '';
6 }
7 }
8 ?>