aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/views/default/profile/metatags.php
blob: 84682f6f6f2de5be3c42abf9e49815f4b6761eaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

	/**
	 * Adds metatags to load Javascript required for the profile
	 * 
	 * @package ElggProfile
	 * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
	 * @author Curverider Ltd <info@elgg.com>
	 * @copyright Curverider Ltd 2008
	 * @link http://elgg.com/
	 * 
	 */

?>

	<script type="text/javascript" src="<?php echo $vars['url']; ?>mod/profile/javascript.php" ></script>