includes/wikiengine/Render/Plain.php
author Dan
Tue, 22 Jul 2008 17:05:10 -0500
changeset 657 8525475e27d5
parent 1 fe660c52c48f
permissions -rw-r--r--
Made admin theme use jsres instead of JS_{HEADER,FOOTER} because of incompatibilities with Runt

<?php

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