includes/wikiengine/Render/Plain/Include.php
author Dan
Mon, 22 Dec 2008 13:30:49 -0500
changeset 789 4a8fc835ba02
parent 1 fe660c52c48f
permissions -rw-r--r--
Added paginator_goto() to function reverse map; fixed some missing component loads in pagination code

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