0 Members and 1 Guest are viewing this topic.
// PortaMx Pages$txt['pmxpage_advertising'] = 'Advertising';$txt['pmxpage_contact'] = 'Contact';$txt['pmxpage_legal'] = 'Legal';
else $context['linktree'] = array_merge(array($pmxhome), array($pmxforum), $context['linktree']);
else { if (isset($txt['pmxpage_'.$pmxforum['name']])) $pmxforum['name'] = $txt['pmxpage_'.$pmxforum['name']]; $context['linktree'] = array_merge(array($pmxhome), array($pmxforum), $context['linktree']); }