includes/wikiengine/Render/Plain.php
author Dan
Sun, 01 Jul 2007 14:19:20 -0400
changeset 34 80f52593bee9
parent 1 fe660c52c48f
permissions -rw-r--r--
Removing Box Art and Connections themes from main repo

<?php

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