includes/wikiengine/Render/Plain/Include.php
author Dan
Thu, 26 Feb 2009 01:06:58 -0500
changeset 842 f13bb4f21890
parent 1 fe660c52c48f
permissions -rw-r--r--
setConfig() will now delete config values if the second parameter is explicitly set to false

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