Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
891 B
1
Indexable
Never
		$tmptmp = (int) $_REQUEST['cid'];
        $php_add = _S_CONTROLLERS_DIR . 'ReadInc/Partners.php';
        $notitle = true;
		$pageInfo['title'] = $translateObj->getLang(50);
		$pageInfo['canonical'] = $EventPageConfig->getCanonical(EventPageConfig::TYPE_PARTNER, array('linkid'=>KonferencyjneLinks::LinkMenu, 'title'=>$pageInfo['title'], 'cid'=> (int) $_REQUEST['cid']));
		if ($lang == 'pl') {
			$pageInfo['canonical'] = $L->get_URL("URL", $lang, $rok)."partnerzy-i-sponsorzy/{$tmptmp}/";
		} else {
			$pageInfo['canonical'] = $L->get_URL("URL", $lang, $rok)."partners-and-sponsors/{$tmptmp}/";
		}
		if ($_REQUEST['impreza'] == 'efml'){
			if ($lang == 'pl') {
				$pageInfo['canonical'] = $L->get_URL("URL", $lang, $rok)."efml/partnerzy-i-sponsorzy/{$tmptmp}/";
			} else {
				$pageInfo['canonical'] = $L->get_URL("URL", $lang, $rok)."efml/partners-and-sponsors/{$tmptmp}/";
			}
		}