includes/wikiengine/Render/Plain/Include.php
author Dan
Sun, 12 Apr 2009 19:24:33 -0400
changeset 899 df88cedf0995
parent 1 fe660c52c48f
permissions -rw-r--r--
Allowed custom processing functions altogether for AJAX login error handling

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