From 2e84f1c91e48e65b43557733667592d227b5d2d7 Mon Sep 17 00:00:00 2001 From: pete Date: Wed, 9 Jun 2010 08:54:14 +0000 Subject: Updated ecml inline embeded document links to have a classname git-svn-id: http://code.elgg.org/elgg/trunk@6414 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/ecml/views/default/ecml/keywords/entity.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mod/ecml/views/default/ecml/keywords/entity.php b/mod/ecml/views/default/ecml/keywords/entity.php index 47d0244cb..5daa51fe3 100644 --- a/mod/ecml/views/default/ecml/keywords/entity.php +++ b/mod/ecml/views/default/ecml/keywords/entity.php @@ -15,7 +15,8 @@ if ($entity = get_entity($guid)) { echo elgg_view('output/url', array( 'href' => $entity->getURL(), 'title' => $entity->title, - 'text' => "getIcon('tiny')}>" . $entity->title + 'text' => "getIcon('tiny')}>" . $entity->title, + 'class' => "embeded_file link" )); } else { echo elgg_echo('ecml:entity:invalid'); -- cgit v1.2.3