]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
inserted a view for others to extend on profile navigation
authordave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 29 Mar 2010 09:03:37 +0000 (09:03 +0000)
committerdave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>
Mon, 29 Mar 2010 09:03:37 +0000 (09:03 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@5532 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/profile/views/default/profile/profile_navigation.php

index b322066bf1a720695d585e3fb12360147f7f4a5c..c6ba3054a9120af705013b9840a00fca695212eb 100755 (executable)
@@ -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>