Code: Select all
#
#-----[ OPEN ]------------------------------------------
#
includes/usercp_viewprofile.php
#
#-----[ FIND ]------------------------------------------
#
//end avatar and rank override
$usernameurl = "<a href=\"".append_sid("shop.".$phpEx."?action=inventory&searchname=".$profiledata['username'])."\" class=\"nav\">Items</a> : ";
if ($grow['config_value'] == link)
{
$usernameurl = "<a href=\"".append_sid("shop.".$phpEx."?action=inventory&searchname=".$profiledata['username'])."\" class=\"nav\">Items</a>";
}
#
#-----[ REPLACE WITH ]------------------------------------------
#
//end avatar and rank override
$usernameurl = "<a href=\"".append_sid("shop.".$phpEx."?action=inventory&searchid=".$profiledata['user_id'])."\" class=\"nav\">Items</a> : ";
if ($grow['config_value'] == link)
{
$usernameurl = "<a href=\"".append_sid("shop.".$phpEx."?action=inventory&searchid=".$profiledata['user_id'])."\" class=\"nav\">Items</a>";
}
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
#EoM