diff options
author | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-29 09:03:37 +0000 |
---|---|---|
committer | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-29 09:03:37 +0000 |
commit | b77d118819ec7b31a399326c166a3681fb20d9da (patch) | |
tree | afe192ed12f26af74cf9db985d5c0e99e51fab7d /mod/profile/views | |
parent | b3553bc861924fbb949f97c2fe31703c07da4e65 (diff) | |
download | elgg-b77d118819ec7b31a399326c166a3681fb20d9da.tar.gz elgg-b77d118819ec7b31a399326c166a3681fb20d9da.tar.bz2 |
inserted a view for others to extend on profile navigation
git-svn-id: http://code.elgg.org/elgg/trunk@5532 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/views')
-rwxr-xr-x | mod/profile/views/default/profile/profile_navigation.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/profile/views/default/profile/profile_navigation.php b/mod/profile/views/default/profile/profile_navigation.php index b322066bf..c6ba3054a 100755 --- a/mod/profile/views/default/profile/profile_navigation.php +++ b/mod/profile/views/default/profile/profile_navigation.php @@ -46,6 +46,8 @@ switch($section){ <li <?php echo $twitter; ?>><a href="<?php echo $url . 'twitter'; ?>">Twitter</a></li> <?php } + //insert a view which others can extend + echo elgg_view('profilenav/extend', $profile); ?> </ul> </div> |