includes/wikiengine/Render/Plain/Include.php
author Dan
Fri, 21 Dec 2007 18:52:35 -0500
changeset 331 03850e101d7f
parent 1 fe660c52c48f
permissions -rw-r--r--
NOW the installer should work.

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