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 / Latex / Freelink.php < prev    next >
Encoding:
PHP Script  |  2008-07-02  |  171 b   |  7 lines

  1. <?php
  2.  
  3. class Text_Wiki_Render_Latex_Freelink extends Text_Wiki_Render_Latex_Wikilink {
  4.     // renders identically to wikilinks, only the parsing is different :-)    
  5. }
  6. ?>
  7.