includes/wikiengine/Render/Plain.php
author Dan
Sun, 19 Apr 2009 20:50:38 -0400
changeset 943 6eab82abc952
parent 1 fe660c52c48f
permissions -rw-r--r--
Fixed sidebar editor not closing floating windows properly when FX off

<?php

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