includes/wikiengine/Render/Plain/Include.php
author Dan
Wed, 13 May 2009 09:48:59 -0400
changeset 975 bff25c6113ae
parent 1 fe660c52c48f
permissions -rw-r--r--
Cut out two queries per page with plugin loader routine

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