aboutsummaryrefslogtreecommitdiff
path: root/mod/developers/views/default/theme_preview/general.php
blob: 6294628732f55288521788890de4de091bfaf4b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
/**
 * Quick introduction to the theme sandbox
 *
 * @todo links to resources?
 */
?>

<p>This theme sandbox provides a visual catalog for many of the theming elements
	that Elgg uses. The primary css selector is listed with each theme element.
	The preview is divided into sections that are listed in the page menu
	(usually in the sidebar but depends on your current theme).
</p>
<p>
<?php
	echo elgg_view('output/url', array(
		'text' => elgg_echo('theme_preview:breakout'),
		'href' => current_page_url(),
		'target' => '_parent',
		'is_trusted' => true,
	));
?>
</p>