aboutsummaryrefslogtreecommitdiff
path: root/views/default/photos/tagging/help.php
blob: a7f437e51636b05f0dfc87099b6f35aa61f2a1a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
/**
 * Instructions on how to peform photo tagging
 *
 * @author Cash Costello
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License v2
 */

$button = elgg_view('output/url', array(
	'text' => elgg_echo('quit'),
	'href' => '#',
	'id' => 'tidypics-tagging-quit',
));

$instructions = elgg_echo('tidypics:taginstruct', array($button));
?>
<div id="tidypics-tagging-help" class="elgg-module elgg-module-popup tidypics-tagging-help pam hidden">
	<?php echo $instructions; ?>
</div>