includes/wikiengine/Render/Plain.php
author Dan
Mon, 29 Oct 2007 21:27:11 -0400
changeset 217 2b13497fe820
parent 1 fe660c52c48f
permissions -rw-r--r--
... properly this time. Nighthawk is giving me crap so I'm moving to the laptop for now.

<?php

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