includes/wikiengine/Render/Plain.php
author Dan
Wed, 16 Jan 2008 13:55:49 -0500
changeset 348 87e08a6e4fec
parent 1 fe660c52c48f
permissions -rw-r--r--
Welcome to the new Enano installer. Much distance still to be covered but the basics are there.

<?php

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