includes/wikiengine/Render/Plain.php
author Dan
Sun, 25 Jan 2009 20:35:32 -0500
changeset 824 28d9fbcd4f0d
parent 1 fe660c52c48f
permissions -rw-r--r--
Login: reauth: window.location.hash is now updated to include the new SID so that page reloads will use it

<?php

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