includes/wikiengine/Render/Plain.php
author Dan
Sun, 30 Mar 2008 07:24:48 -0700
changeset 514 ecbfb747743e
parent 1 fe660c52c48f
permissions -rw-r--r--
Added debugging switch to $lang->import() for help with optimization

<?php

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