includes/wikiengine/Render/Plain/Include.php
author Dan
Wed, 15 Apr 2009 16:20:33 -0400
changeset 912 95d0d8596c87
parent 1 fe660c52c48f
permissions -rw-r--r--
File rollbacks should be all up to date now.

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