includes/wikiengine/Render/Plain.php
author Dan
Fri, 19 Oct 2007 21:07:54 -0400
changeset 179 e858bacb5cfa
parent 1 fe660c52c48f
permissions -rw-r--r--
Sidebar blocks can be renamed now (untested except in Fx2)

<?php

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