removed mods directory from the ATutor codebase
[atutor.git] / mods / wiki / plugins / aview / fpage_logo.php
diff --git a/mods/wiki/plugins/aview/fpage_logo.php b/mods/wiki/plugins/aview/fpage_logo.php
deleted file mode 100644 (file)
index 2804589..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-/*
-    Appends an image to the output string.
-    
-    Created by: Jeffrey Engleman
-    
-*/
-//$ewiki_t["en"]["LOGOPATH"] = "path/to/logo.gif";
-//$ewiki_t["en"]["LOGOALT"] = "Alt Logo Name";
-
-$ewiki_plugins["page_final"][] = "ewiki_page_final_logo";
-
-function ewiki_page_final_logo(&$o, &$id, &$data, &$action){
-  $o.="<div id=\"bottomlogo\">\n<img src=\"".ewiki_t("LOGOPATH")."\" alt=\"".ewiki_t("LOGOALT")."\"/>\n</div>\n";
-}
-
-?>
\ No newline at end of file