includes/wikiengine/Render/Plain.php
author Dan
Wed, 13 Aug 2008 08:57:45 -0400
changeset 694 43367c66d869
parent 1 fe660c52c48f
permissions -rw-r--r--
Couple of fixes (hacks) for Opera and the aftermath of that z-index change to darken() and enlighten() fadefilters; added ajaxOpenDirectACLRule() to placeholder list

<?php

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