includes/wikiengine/Render/Plain/Include.php
author Dan
Wed, 09 Apr 2008 22:37:37 -0400
changeset 527 21e11f564463
parent 1 fe660c52c48f
permissions -rw-r--r--
(Hopefully) finished new plugin manager and implemented the utilization of it. Still HIGHLY experimental.

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