removed mods directory from the ATutor codebase
[atutor.git] / mods / wiki / fragments / blocks / editsidetext.php
diff --git a/mods/wiki/fragments/blocks/editsidetext.php b/mods/wiki/fragments/blocks/editsidetext.php
deleted file mode 100644 (file)
index 015ed65..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-
-   #-- like in the ZendWiki example
-   if ($data = ewiki_db::GET($editbar = "EditableSideText")) {
-     echo ewiki_format($data["content"]);
-     echo '<br>';
-   }
-   echo '<br><small><a href="'.ewiki_script("edit", $editbar).'">Add some text here...</a><br></small>' . "\n\n";
-
-?>
\ No newline at end of file