aboutsummaryrefslogtreecommitdiff
path: root/mod/embed/views/default/embed/layouts/list.php
blob: 5d62e572be135ab9d08de0c3b3763ea1ea121322 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
/**
 * Embed - List items
 *
 * @uses string $vars['content'] Pre-formatted content.
 *
 */
$active_section = elgg_extract('section', $vars, array());

echo "<div class='embed_modal_$active_section'>" . elgg_extract('content', $vars, '') . "</div>";