includes/wikiengine/Render/Plain.php
author Dan
Mon, 28 Jul 2008 13:05:41 -0600
changeset 666 402adf8ea719
parent 1 fe660c52c48f
permissions -rw-r--r--
Made cdnPath define conditionally; fixed common_cli not properly loading plugins

<?php

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