includes/wikiengine/Render/Plain.php
author Dan
Thu, 16 Apr 2009 22:48:59 -0400
changeset 935 9e124177c9a4
parent 1 fe660c52c48f
permissions -rw-r--r--
Cleared up a few discrepancies in page handling, template var init, and how NewsBoy works.

<?php

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