includes/wikiengine/Render/Plain.php
author Dan
Wed, 23 Jul 2008 21:37:40 -0500
changeset 663 d0f74bcd21eb
parent 1 fe660c52c48f
permissions -rw-r--r--
Separated St. Patty CSS files into color theme and CSS

<?php

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