includes/wikiengine/Render/Plain/Include.php
author Dan
Mon, 16 Feb 2009 17:01:56 -0500
changeset 833 16054ea5b525
parent 1 fe660c52c48f
permissions -rw-r--r--
Damn, forgot to add the version insertion back into schema

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