includes/wikiengine/Render/Plain.php
author Dan
Tue, 18 Sep 2007 16:29:26 -0400
changeset 135 c5dbad7ec2d0
parent 1 fe660c52c48f
permissions -rw-r--r--
Enano should now fully support UTF-8 usernames; newly registered users are now granted automatic edit access to their user pages (admins can still use protection on the page)

<?php

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