0 Members and 1 Guest are viewing this topic.
// Viewing/editing a profile. if ($actions['action'] == 'profile' || $actions['action'] == 'profile2') { // Whose? Their own? if (empty($actions['u'])) $actions['u'] = $url[1]; $data[$k] = $txt['who_hidden']; $profile_ids[(int) $actions['u']][$k] = $actions['action'] == 'profile' ? $txt['who_viewprofile'] : $txt['who_profile']; }
elseif ($actions['action'] == 'forum') { $data[$k] = 'Viewing the Forum Index'; }