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