includes/wikiengine/Render/Plain/Include.php
author Dan
Mon, 11 May 2009 19:53:25 -0400
changeset 966 2db0975aa31a
parent 1 fe660c52c48f
permissions -rw-r--r--
Fixed a couple bugs with admin avatar settings and getConfig() return types

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