aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/views/default/profile/metatags.php
blob: 1197a2e0a815b655f57c24ab454fab752057ca0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
/**
 * FOAF
 * 
 * @package ElggProfile
 * 
 */

if (elgg_get_page_owner()) {
?>
	<link rel="meta" type="application/rdf+xml" title="FOAF" href="<?php echo full_url(); ?>?view=foaf" />
<?php

}