includes/wikiengine/Render/Plain.php
author Dan
Sun, 06 Apr 2008 15:30:39 -0400
changeset 519 94214ec0871c
parent 1 fe660c52c48f
permissions -rw-r--r--
Started work on the new plugin manager and associated management code. Very incomplete at this point and not usable.

<?php

class Text_Wiki_Render_Plain extends Text_Wiki_Render {
    
    function pre()
    {
        return;
    }
    
    function post()
    {
        return;
    }
    
}
?>