From 43f62a08e490728dc5505e6288188b166cc7e15f Mon Sep 17 00:00:00 2001 From: brettp Date: Thu, 3 Jun 2010 15:37:23 +0000 Subject: Added entity keyword to ECML. (NB: The old entity keyword is now entity_list) git-svn-id: http://code.elgg.org/elgg/trunk@6343 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/ecml/views/default/ecml/keywords/entity.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 mod/ecml/views/default/ecml/keywords/entity.php (limited to 'mod/ecml/views') diff --git a/mod/ecml/views/default/ecml/keywords/entity.php b/mod/ecml/views/default/ecml/keywords/entity.php new file mode 100644 index 000000000..47d0244cb --- /dev/null +++ b/mod/ecml/views/default/ecml/keywords/entity.php @@ -0,0 +1,22 @@ + $entity->getURL(), + 'title' => $entity->title, + 'text' => "getIcon('tiny')}>" . $entity->title + )); +} else { + echo elgg_echo('ecml:entity:invalid'); +} \ No newline at end of file -- cgit v1.2.3