removed mods directory from the ATutor codebase
[atutor.git] / mods / wiki / fragments / blocks / search.php
diff --git a/mods/wiki/fragments/blocks/search.php b/mods/wiki/fragments/blocks/search.php
deleted file mode 100644 (file)
index 45996e7..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-
-/*
-   Prints out a small search <form>.
-*/
-
-
-if (true) {
-
-   $pid = defined("EWIKI_PAGE_POWERSEARCH") ? EWIKI_PAGE_POWERSEARCH : EWIKI_PAGE_SEARCH;
-
-   echo '<form action="' . url_script("", $pid)
-      . '" method="GET" accept-charset="ISO-8859-1">'
-      . '<input type="text" name="q" size="12">'
-      . '<input type="submit" value="?">'
-      . '</form>' . "\n";
-}
-
-?>
\ No newline at end of file