includes/wikiengine/Render/Plain/Include.php
author Dan
Mon, 14 Apr 2008 21:59:53 -0400
changeset 534 6be4b47aa247
parent 1 fe660c52c48f
permissions -rw-r--r--
Added template_compile_subst hook

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