Updated URLs to match the new part view
This commit is contained in:
@@ -13,10 +13,10 @@ defined('_JEXEC') or die;
|
||||
<div class='clubs_row'>
|
||||
<div class='clubs_title_row'>Name</div>
|
||||
<div class='clubs_content_row'>
|
||||
<a class='clubs-edit' href='index.php?option=com_clubs&view=mypage&layout=parts&mode=edit&type=name'>
|
||||
<?php echo htmlentities($this->me->getName()); ?>
|
||||
<span class='icon-apply clubs-hidden edit-icon' style='font-size: 200%; margin-left: 0.75em;'></span>
|
||||
</a>
|
||||
<?php
|
||||
$partHandler = new ClubsPartUserName();
|
||||
echo $partHandler->getViewPart();
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user