includes/wikiengine/Render/Plain/Include.php
author Dan
Sat, 01 Mar 2008 18:56:37 -0500 (2008-03-01)
changeset 467 e4bbd6fb8df3
parent 1 fe660c52c48f
permissions -rw-r--r--
Modifed EnanoMath layer by segregating it into its own file; got support for big_int PHP extension backend working
<?php
class Text_Wiki_Render_Plain_Include extends Text_Wiki_Render {    
    function token()
    {
        return '';
    }
}
?>