includes/wikiengine/Render/Plain.php
author Dan
Mon, 17 Mar 2008 09:47:19 -0400
changeset 506 da0f2a76add5
parent 1 fe660c52c48f
permissions -rw-r--r--
Updated tree menu images to fit with the icons

<?php

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