includes/wikiengine/Render/Plain.php
author Dan
Sun, 07 Oct 2007 16:56:14 -0400
changeset 171 1465f48faba0
parent 1 fe660c52c48f
permissions -rw-r--r--
AJAX login box is now used in userprefs panel; Spry shake effect and general UX on auth fail is smoother now; added ajaxLoginNavTo() JS function

<?php

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