015ed65e3fab9f2caa238f69e621b4a6688b84e7
[atutor.git] / mods / wiki / fragments / blocks / editsidetext.php
1 <?php
2
3    #-- like in the ZendWiki example
4    if ($data = ewiki_db::GET($editbar = "EditableSideText")) {
5      echo ewiki_format($data["content"]);
6      echo '<br>';
7    }
8    echo '<br><small><a href="'.ewiki_script("edit", $editbar).'">Add some text here...</a><br></small>' . "\n\n";
9
10 ?>