includes/wikiengine/Render/Plain.php
author Dan
Sat, 28 Jul 2007 18:11:14 -0400
changeset 77 63ca29eda873
parent 1 fe660c52c48f
permissions -rw-r--r--
Stale data in config.php, don't know how that happened, passwords have been changed

<?php

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