diff options
Diffstat (limited to 'views/default/html/img.php')
-rw-r--r-- | views/default/html/img.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/views/default/html/img.php b/views/default/html/img.php deleted file mode 100644 index 10fcbe0d1..000000000 --- a/views/default/html/img.php +++ /dev/null @@ -1,11 +0,0 @@ -<?php - -$defaults = array( - 'alt' => '', - 'title' => '', - 'border' => 0, -); - -$attributes = elgg_format_attributes(array_merge($defaults, $vars)); - -echo "<img $attributes />";
\ No newline at end of file |