By William Matson on Wednesday, 14 May 2014
Posted in General Issues
Replies 1
Likes 0
Views 495
Votes 0
What is the code to add a menu link to the "Edit Profile" page?
Hello William,

Sorry, but what code are you looking for? Do you mean the link? If you want the link, it is index.php?option=com_easysocial&view=profile&layout=edit . If you want the php code to generate the routed url,


<?php FRoute::profile(array('layout' => 'edit')); ?>
·
Wednesday, 14 May 2014 23:46
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post