includes/wikiengine/Render/Plain/Include.php
author Dan
Thu, 17 Jan 2008 23:31:35 -0500
changeset 353 2398420f48e7
parent 1 fe660c52c48f
permissions -rw-r--r--
Dropping changes from revision 350 (dd7cbc97f681)

<?php
class Text_Wiki_Render_Plain_Include extends Text_Wiki_Render {    
    function token()
    {
        return '';
    }
}
?>