home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Servidores / xampp-win32-1.6.7-installer.exe / php / PEAR / Text / Wiki / Render / Plain / Tighten.php < prev    next >
Encoding:
PHP Script  |  2008-07-02  |  136 b   |  10 lines

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