includes/wikiengine/Render/Plain.php
author Dan
Mon, 24 Sep 2007 23:59:31 -0400
changeset 145 6f0bbf88c325
parent 1 fe660c52c48f
permissions -rw-r--r--
Rebrand for 1.0.2b1

<?php

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