includes/wikiengine/Render/Plain.php
author Dan
Thu, 17 Jan 2008 19:49:14 -0500
changeset 351 8978cb3541ca
parent 1 fe660c52c48f
permissions -rw-r--r--
Initlogs stage of installer now working

<?php

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