includes/wikiengine/Render/Plain/Include.php
author Dan
Fri, 15 May 2009 20:23:49 -0400
changeset 997 07a26bd567a5
parent 1 fe660c52c48f
permissions -rw-r--r--
Fixed category display not listing entirely

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