includes/wikiengine/Render/Plain/Include.php
author Dan
Wed, 19 Dec 2007 17:15:48 -0500
changeset 264 e17cc42d77cf
parent 1 fe660c52c48f
permissions -rw-r--r--
Fixed: $paths->page_id not set when the page doesn't exist; finally fixed garbled page names for IP addresses

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