From 1bb750cdf821416584dc42206a29dae7c41144a5 Mon Sep 17 00:00:00 2001 From: Evan Winslow Date: Tue, 19 Oct 2010 12:06:07 +0000 Subject: Adds support for img tag view --- views/default/html/img.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 views/default/html/img.php (limited to 'views/default/html/img.php') diff --git a/views/default/html/img.php b/views/default/html/img.php new file mode 100644 index 000000000..3560e066e --- /dev/null +++ b/views/default/html/img.php @@ -0,0 +1,13 @@ + '', + 'title' => '', +); + +$overrides = array( + 'tag' => 'img', + 'body' => NULL, +); + +echo elgg_view('html/tag', array_merge($defaults, $vars, $overrides)); \ No newline at end of file -- cgit v1.2.3