aboutsummaryrefslogtreecommitdiff
path: root/mod/ecml/views/default/ecml/input_ext.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/ecml/views/default/ecml/input_ext.php')
-rw-r--r--mod/ecml/views/default/ecml/input_ext.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/mod/ecml/views/default/ecml/input_ext.php b/mod/ecml/views/default/ecml/input_ext.php
deleted file mode 100644
index d5da6dd13..000000000
--- a/mod/ecml/views/default/ecml/input_ext.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-/**
- * Displays an ECML icon on ECML-enabled forms
- *
- * @package ECML
- */
-
-$docs_href = elgg_get_site_url()."pg/ecml";
-?>
-<a href="<?php echo $docs_href; ?>" class="elgg-longtext-control" title="<?php echo elgg_echo('ecml:help'); ?>" target="_new"><img src="<?php echo elgg_get_site_url(); ?>mod/ecml/graphics/ecml.png" width="50" height="15" alt="ECML" /></a> \ No newline at end of file