aboutsummaryrefslogtreecommitdiff
path: root/mod/ecml/views/default/ecml/keywords
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-06-09 08:54:14 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-06-09 08:54:14 +0000
commit2e84f1c91e48e65b43557733667592d227b5d2d7 (patch)
tree342f1507b6add5a0dfe6e75a7f3b27e9e8b46ea6 /mod/ecml/views/default/ecml/keywords
parentd749d8efc1aad74368ec7c87ca5936884998bd82 (diff)
downloadelgg-2e84f1c91e48e65b43557733667592d227b5d2d7.tar.gz
elgg-2e84f1c91e48e65b43557733667592d227b5d2d7.tar.bz2
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
Diffstat (limited to 'mod/ecml/views/default/ecml/keywords')
-rw-r--r--mod/ecml/views/default/ecml/keywords/entity.php3
1 files changed, 2 insertions, 1 deletions
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' => "<img src={$entity->getIcon('tiny')}>" . $entity->title
+ 'text' => "<img src={$entity->getIcon('tiny')}>" . $entity->title,
+ 'class' => "embeded_file link"
));
} else {
echo elgg_echo('ecml:entity:invalid');