本文整理汇总了PHP中CSite::GetCurTemplate方法的典型用法代码示例。如果您正苦于以下问题:PHP CSite::GetCurTemplate方法的具体用法?PHP CSite::GetCurTemplate怎么用?PHP CSite::GetCurTemplate使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类CSite
的用法示例。
在下文中一共展示了CSite::GetCurTemplate方法的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: getLocalPath
$_1207052578 = \Bitrix\Main\Authentication\ApplicationManager::getInstance();
if ($_1207052578->checkScope($_1469542233) !== true) {
CHTTP::SetStatus(___253155201(485));
die;
}
}
if (!$GLOBALS['____891427501'][89](___253155201(486)) || ADMIN_SECTION !== true) {
if (isset($_REQUEST[___253155201(487)]) && $_REQUEST[___253155201(488)] != ___253155201(489) && $GLOBALS[___253155201(490)]->{$GLOBALS}['_____451545984'][35](___253155201(491))) {
$_321599465 = CSiteTemplate::$GLOBALS['_____451545984'][36]($_REQUEST[___253155201(492)]);
if ($_1102221243 = $_321599465->{$GLOBALS}['_____451545984'][37]()) {
$GLOBALS['____891427501'][90](___253155201(493), $_1102221243[___253155201(494)]);
} else {
$GLOBALS['____891427501'][91](___253155201(495), CSite::GetCurTemplate());
}
} else {
$GLOBALS['____891427501'][92](___253155201(496), CSite::GetCurTemplate());
}
$GLOBALS['____891427501'][93](___253155201(497), getLocalPath(___253155201(498) . SITE_TEMPLATE_ID, BX_PERSONAL_ROOT));
}
if (isset($_GET[___253155201(499)])) {
if ($_GET[___253155201(500)] == ___253155201(501) || $_GET[___253155201(502)] == ___253155201(503)) {
$_SESSION[___253155201(504)] = $_GET[___253155201(505)];
}
}
if (isset($_GET[___253155201(506)])) {
if ($_GET[___253155201(507)] == ___253155201(508) || $_GET[___253155201(509)] == ___253155201(510)) {
$_SESSION[___253155201(511)] = $_GET[___253155201(512)];
}
}
if (isset($_GET[___253155201(513)]) && $_GET[___253155201(514)] != ___253155201(515)) {
$GLOBALS[___253155201(516)]->SetShowIncludeAreas($_GET[___253155201(517)] == ___253155201(518));
示例2: ___2022025961
if ($GLOBALS['____1709102065'][140]($_REQUEST[___2022025961(548)]) && $_REQUEST[___2022025961(549)] != ___2022025961(550) && $GLOBALS[___2022025961(551)]->{$GLOBALS}['_____499363063'][37](___2022025961(552))) {
$_822381766 = new Bitrix\Main\Security\Sign\Signer();
try {
$_1344278139 = $_822381766->unsign($_REQUEST[___2022025961(553)], ___2022025961(554) . bitrix_sessid());
$_1711870086 = CSiteTemplate::$GLOBALS['_____499363063'][38]($_1344278139);
if ($_151889002 = $_1711870086->{$GLOBALS}['_____499363063'][39]()) {
$_751848921 = $_151889002[___2022025961(555)];
if (isset($_GET[___2022025961(556)]) && $_GET[___2022025961(557)] == ___2022025961(558) && $GLOBALS[___2022025961(559)]->{$GLOBALS}['_____499363063'][40](___2022025961(560))) {
$GLOBALS['____1709102065'][141](___2022025961(561), true);
}
}
} catch (\Bitrix\Main\Security\Sign\BadSignatureException $_584874849) {
}
}
if ($_751848921 == ___2022025961(562)) {
$_751848921 = CSite::GetCurTemplate();
}
$GLOBALS['____1709102065'][142](___2022025961(563), $_751848921);
$GLOBALS['____1709102065'][143](___2022025961(564), getLocalPath(___2022025961(565) . SITE_TEMPLATE_ID, BX_PERSONAL_ROOT));
}
if (isset($_GET[___2022025961(566)])) {
if ($_GET[___2022025961(567)] == ___2022025961(568) || $_GET[___2022025961(569)] == ___2022025961(570)) {
$_SESSION[___2022025961(571)] = $_GET[___2022025961(572)];
}
}
if (isset($_GET[___2022025961(573)])) {
if ($_GET[___2022025961(574)] == ___2022025961(575) || $_GET[___2022025961(576)] == ___2022025961(577)) {
$_SESSION[___2022025961(578)] = $_GET[___2022025961(579)];
}
}
if (isset($_GET[___2022025961(580)]) && $_GET[___2022025961(581)] != ___2022025961(582)) {
示例3: while
$dir = $sTemplateDirFull;
if (is_dir($dir) && ($directory = opendir($dir))) {
while (($file = readdir($directory)) !== false) {
if ($file != "." && $file != ".." && is_dir($dir . $file)) {
$arThemes[] = $file;
}
}
closedir($directory);
}
$parent =& $this->GetParent();
if (is_object($parent) && strlen($parent->__name) > 0) {
$parent =& $parent->GetParent();
if (is_object($parent) && is_array($parent->arParams) && array_key_exists("SM_THEME", $parent->arParams) && strlen($parent->arParams["SM_THEME"]) > 0) {
$arParams["SM_THEME"] = $parent->arParams["SM_THEME"];
} else {
$site_template = CSite::GetCurTemplate();
if (strpos($site_template, "bright") === 0) {
$arParams["SM_THEME"] = "grey";
} else {
$theme_tmp_id = COption::GetOptionString("main", "wizard_" . $site_template . "_sm_theme_id");
if (strlen($theme_tmp_id) > 0) {
$theme_id = $theme_tmp_id;
} elseif (CModule::IncludeModule('extranet') && CExtranet::IsExtranetSite()) {
$theme_id = COption::GetOptionString("main", "wizard_" . $site_template . "_theme_id_extranet");
} else {
$theme_id = COption::GetOptionString("main", "wizard_" . $site_template . "_theme_id");
}
if (strlen($theme_id) > 0) {
$arParams["SM_THEME"] = $theme_id;
} else {
$arParams["SM_THEME"] = "grey";
示例4: getLocalPath
$_471227518 = \Bitrix\Main\Authentication\ApplicationManager::getInstance();
if ($_471227518->checkScope($_786229945) !== true) {
CHTTP::SetStatus(___1325703887(485));
die;
}
}
if (!$GLOBALS['____291210897'][89](___1325703887(486)) || ADMIN_SECTION !== true) {
if (isset($_REQUEST[___1325703887(487)]) && $_REQUEST[___1325703887(488)] != ___1325703887(489) && $GLOBALS[___1325703887(490)]->{$GLOBALS}['_____1480315984'][35](___1325703887(491))) {
$_39336451 = CSiteTemplate::$GLOBALS['_____1480315984'][36]($_REQUEST[___1325703887(492)]);
if ($_2091540869 = $_39336451->{$GLOBALS}['_____1480315984'][37]()) {
$GLOBALS['____291210897'][90](___1325703887(493), $_2091540869[___1325703887(494)]);
} else {
$GLOBALS['____291210897'][91](___1325703887(495), CSite::GetCurTemplate());
}
} else {
$GLOBALS['____291210897'][92](___1325703887(496), CSite::GetCurTemplate());
}
$GLOBALS['____291210897'][93](___1325703887(497), getLocalPath(___1325703887(498) . SITE_TEMPLATE_ID, BX_PERSONAL_ROOT));
}
if (isset($_GET[___1325703887(499)])) {
if ($_GET[___1325703887(500)] == ___1325703887(501) || $_GET[___1325703887(502)] == ___1325703887(503)) {
$_SESSION[___1325703887(504)] = $_GET[___1325703887(505)];
}
}
if (isset($_GET[___1325703887(506)])) {
if ($_GET[___1325703887(507)] == ___1325703887(508) || $_GET[___1325703887(509)] == ___1325703887(510)) {
$_SESSION[___1325703887(511)] = $_GET[___1325703887(512)];
}
}
if (isset($_GET[___1325703887(513)]) && $_GET[___1325703887(514)] != ___1325703887(515)) {
$GLOBALS[___1325703887(516)]->SetShowIncludeAreas($_GET[___1325703887(517)] == ___1325703887(518));
示例5: define
//Authorize by unique URL
$GLOBALS["USER"]->LoginHitByHash();
}
}
//define the site template
if (!defined("ADMIN_SECTION") || ADMIN_SECTION !== true) {
if (array_key_exists("bitrix_preview_site_template", $_REQUEST) && $_REQUEST["bitrix_preview_site_template"] != "" && $GLOBALS["USER"]->CanDoOperation('view_other_settings')) {
//preview of site template
$aTemplates = CSiteTemplate::GetByID($_REQUEST["bitrix_preview_site_template"]);
if ($template = $aTemplates->Fetch()) {
define("SITE_TEMPLATE_ID", $template["ID"]);
} else {
define("SITE_TEMPLATE_ID", CSite::GetCurTemplate());
}
} else {
define("SITE_TEMPLATE_ID", CSite::GetCurTemplate());
}
define("SITE_TEMPLATE_PATH", BX_PERSONAL_ROOT . '/templates/' . SITE_TEMPLATE_ID);
}
//magic parameters: show page creation time
if (isset($_GET["show_page_exec_time"])) {
if ($_GET["show_page_exec_time"] == "Y" || $_GET["show_page_exec_time"] == "N") {
$_SESSION["SESS_SHOW_TIME_EXEC"] = $_GET["show_page_exec_time"];
}
}
//magic parameters: show included file processing time
if (isset($_GET["show_include_exec_time"])) {
if ($_GET["show_include_exec_time"] == "Y" || $_GET["show_include_exec_time"] == "N") {
$_SESSION["SESS_SHOW_INCLUDE_TIME_EXEC"] = $_GET["show_include_exec_time"];
}
}
示例6: getLocalPath
$_1901540604 = \Bitrix\Main\Authentication\ApplicationManager::getInstance();
if ($_1901540604->checkScope($_93894537) !== true) {
CHTTP::SetStatus(___1901741453(485));
die;
}
}
if (!$GLOBALS['____1514955144'][89](___1901741453(486)) || ADMIN_SECTION !== true) {
if (isset($_REQUEST[___1901741453(487)]) && $_REQUEST[___1901741453(488)] != ___1901741453(489) && $GLOBALS[___1901741453(490)]->{$GLOBALS}['_____967299403'][35](___1901741453(491))) {
$_1002116244 = CSiteTemplate::$GLOBALS['_____967299403'][36]($_REQUEST[___1901741453(492)]);
if ($_2011309894 = $_1002116244->{$GLOBALS}['_____967299403'][37]()) {
$GLOBALS['____1514955144'][90](___1901741453(493), $_2011309894[___1901741453(494)]);
} else {
$GLOBALS['____1514955144'][91](___1901741453(495), CSite::GetCurTemplate());
}
} else {
$GLOBALS['____1514955144'][92](___1901741453(496), CSite::GetCurTemplate());
}
$GLOBALS['____1514955144'][93](___1901741453(497), getLocalPath(___1901741453(498) . SITE_TEMPLATE_ID, BX_PERSONAL_ROOT));
}
if (isset($_GET[___1901741453(499)])) {
if ($_GET[___1901741453(500)] == ___1901741453(501) || $_GET[___1901741453(502)] == ___1901741453(503)) {
$_SESSION[___1901741453(504)] = $_GET[___1901741453(505)];
}
}
if (isset($_GET[___1901741453(506)])) {
if ($_GET[___1901741453(507)] == ___1901741453(508) || $_GET[___1901741453(509)] == ___1901741453(510)) {
$_SESSION[___1901741453(511)] = $_GET[___1901741453(512)];
}
}
if (isset($_GET[___1901741453(513)]) && $_GET[___1901741453(514)] != ___1901741453(515)) {
$GLOBALS[___1901741453(516)]->SetShowIncludeAreas($_GET[___1901741453(517)] == ___1901741453(518));
示例7: ___1476597692
if ($GLOBALS['____1574875487'][190]($_REQUEST[___1476597692(839)]) && $_REQUEST[___1476597692(840)] != ___1476597692(841) && $GLOBALS[___1476597692(842)]->{$GLOBALS}['_____266107269'][93](___1476597692(843))) {
$_1444976600 = new Bitrix\Main\Security\Sign\Signer();
try {
$_811421891 = $_1444976600->unsign($_REQUEST[___1476597692(844)], ___1476597692(845) . bitrix_sessid());
$_892847402 = CSiteTemplate::$GLOBALS['_____266107269'][94]($_811421891);
if ($_1604359512 = $_892847402->{$GLOBALS}['_____266107269'][95]()) {
$_1535779998 = $_1604359512[___1476597692(846)];
if (isset($_GET[___1476597692(847)]) && $_GET[___1476597692(848)] == ___1476597692(849) && $GLOBALS[___1476597692(850)]->{$GLOBALS}['_____266107269'][96](___1476597692(851))) {
$GLOBALS['____1574875487'][191](___1476597692(852), true);
}
}
} catch (\Bitrix\Main\Security\Sign\BadSignatureException $_2136264297) {
}
}
if ($_1535779998 == ___1476597692(853)) {
$_1535779998 = CSite::GetCurTemplate();
}
$GLOBALS['____1574875487'][192](___1476597692(854), $_1535779998);
$GLOBALS['____1574875487'][193](___1476597692(855), getLocalPath(___1476597692(856) . SITE_TEMPLATE_ID, BX_PERSONAL_ROOT));
}
if (isset($_GET[___1476597692(857)])) {
if ($_GET[___1476597692(858)] == ___1476597692(859) || $_GET[___1476597692(860)] == ___1476597692(861)) {
$_SESSION[___1476597692(862)] = $_GET[___1476597692(863)];
}
}
if (isset($_GET[___1476597692(864)])) {
if ($_GET[___1476597692(865)] == ___1476597692(866) || $_GET[___1476597692(867)] == ___1476597692(868)) {
$_SESSION[___1476597692(869)] = $_GET[___1476597692(870)];
}
}
if (isset($_GET[___1476597692(871)]) && $_GET[___1476597692(872)] != ___1476597692(873)) {
示例8: ___1197454902
if ($GLOBALS['____1580035060'][123]($_REQUEST[___1197454902(527)]) && $_REQUEST[___1197454902(528)] != ___1197454902(529) && $GLOBALS[___1197454902(530)]->{$GLOBALS}['_____392502543'][33](___1197454902(531))) {
$_330022344 = new Bitrix\Main\Security\Sign\Signer();
try {
$_1566270309 = $_330022344->unsign($_REQUEST[___1197454902(532)], ___1197454902(533) . bitrix_sessid());
$_388998021 = CSiteTemplate::$GLOBALS['_____392502543'][34]($_1566270309);
if ($_1610143248 = $_388998021->{$GLOBALS}['_____392502543'][35]()) {
$_799549483 = $_1610143248[___1197454902(534)];
if (isset($_GET[___1197454902(535)]) && $_GET[___1197454902(536)] == ___1197454902(537) && $GLOBALS[___1197454902(538)]->{$GLOBALS}['_____392502543'][36](___1197454902(539))) {
$GLOBALS['____1580035060'][124](___1197454902(540), true);
}
}
} catch (\Bitrix\Main\Security\Sign\BadSignatureException $_769113789) {
}
}
if ($_799549483 == ___1197454902(541)) {
$_799549483 = CSite::GetCurTemplate();
}
$GLOBALS['____1580035060'][125](___1197454902(542), $_799549483);
$GLOBALS['____1580035060'][126](___1197454902(543), getLocalPath(___1197454902(544) . SITE_TEMPLATE_ID, BX_PERSONAL_ROOT));
}
if (isset($_GET[___1197454902(545)])) {
if ($_GET[___1197454902(546)] == ___1197454902(547) || $_GET[___1197454902(548)] == ___1197454902(549)) {
$_SESSION[___1197454902(550)] = $_GET[___1197454902(551)];
}
}
if (isset($_GET[___1197454902(552)])) {
if ($_GET[___1197454902(553)] == ___1197454902(554) || $_GET[___1197454902(555)] == ___1197454902(556)) {
$_SESSION[___1197454902(557)] = $_GET[___1197454902(558)];
}
}
if (isset($_GET[___1197454902(559)]) && $_GET[___1197454902(560)] != ___1197454902(561)) {
示例9: ___916150341
$_822754393 = \Bitrix\Main\Authentication\ApplicationManager::getInstance();
if ($_822754393->checkScope($_1148241908) !== true) {
CHTTP::SetStatus(___916150341(831));
die;
}
}
if (!$GLOBALS['____1171756193'][189](___916150341(832)) || ADMIN_SECTION !== true) {
$_1907326155 = ___916150341(833);
if (isset($_REQUEST[___916150341(834)]) && $_REQUEST[___916150341(835)] != ___916150341(836) && $GLOBALS[___916150341(837)]->{$GLOBALS}['_____1046378448'][93](___916150341(838))) {
$_1095059752 = CSiteTemplate::$GLOBALS['_____1046378448'][94]($_REQUEST[___916150341(839)]);
if ($_1111185718 = $_1095059752->{$GLOBALS}['_____1046378448'][95]()) {
$_1907326155 = $_1111185718[___916150341(840)];
}
}
if ($_1907326155 == ___916150341(841)) {
$_1907326155 = CSite::GetCurTemplate();
}
$GLOBALS['____1171756193'][190](___916150341(842), $_1907326155);
$GLOBALS['____1171756193'][191](___916150341(843), getLocalPath(___916150341(844) . SITE_TEMPLATE_ID, BX_PERSONAL_ROOT));
}
if (isset($_GET[___916150341(845)])) {
if ($_GET[___916150341(846)] == ___916150341(847) || $_GET[___916150341(848)] == ___916150341(849)) {
$_SESSION[___916150341(850)] = $_GET[___916150341(851)];
}
}
if (isset($_GET[___916150341(852)])) {
if ($_GET[___916150341(853)] == ___916150341(854) || $_GET[___916150341(855)] == ___916150341(856)) {
$_SESSION[___916150341(857)] = $_GET[___916150341(858)];
}
}
if (isset($_GET[___916150341(859)]) && $_GET[___916150341(860)] != ___916150341(861)) {
示例10: elseif
}
$GLOBALS[___1847994021(482)]->SetAuthResult($_1619478564);
} elseif (!$GLOBALS[___1847994021(483)]->{$GLOBALS}['_____382190517'][39]()) {
$GLOBALS[___1847994021(484)]->LoginHitByHash();
}
}
if (!$GLOBALS['____1989165898'][99](___1847994021(485)) || ADMIN_SECTION !== true) {
if ($GLOBALS['____1989165898'][100](___1847994021(486), $_REQUEST) && $_REQUEST[___1847994021(487)] != ___1847994021(488) && $GLOBALS[___1847994021(489)]->{$GLOBALS}['_____382190517'][40](___1847994021(490))) {
$_1544330709 = CSiteTemplate::$GLOBALS['_____382190517'][41]($_REQUEST[___1847994021(491)]);
if ($_772289377 = $_1544330709->{$GLOBALS}['_____382190517'][42]()) {
$GLOBALS['____1989165898'][101](___1847994021(492), $_772289377[___1847994021(493)]);
} else {
$GLOBALS['____1989165898'][102](___1847994021(494), CSite::GetCurTemplate());
}
} else {
$GLOBALS['____1989165898'][103](___1847994021(495), CSite::GetCurTemplate());
}
$GLOBALS['____1989165898'][104](___1847994021(496), BX_PERSONAL_ROOT . ___1847994021(497) . SITE_TEMPLATE_ID);
}
if (isset($_GET[___1847994021(498)])) {
if ($_GET[___1847994021(499)] == ___1847994021(500) || $_GET[___1847994021(501)] == ___1847994021(502)) {
$_SESSION[___1847994021(503)] = $_GET[___1847994021(504)];
}
}
if (isset($_GET[___1847994021(505)])) {
if ($_GET[___1847994021(506)] == ___1847994021(507) || $_GET[___1847994021(508)] == ___1847994021(509)) {
$_SESSION[___1847994021(510)] = $_GET[___1847994021(511)];
}
}
if (isset($_GET[___1847994021(512)]) && $_GET[___1847994021(513)] != ___1847994021(514)) {
$GLOBALS[___1847994021(515)]->SetShowIncludeAreas($_GET[___1847994021(516)] == ___1847994021(517));
示例11: ___1507790831
if ($GLOBALS['____967106059'][123]($_REQUEST[___1507790831(527)]) && $_REQUEST[___1507790831(528)] != ___1507790831(529) && $GLOBALS[___1507790831(530)]->{$GLOBALS}['_____707901553'][33](___1507790831(531))) {
$_589362157 = new Bitrix\Main\Security\Sign\Signer();
try {
$_1558665492 = $_589362157->unsign($_REQUEST[___1507790831(532)], ___1507790831(533) . bitrix_sessid());
$_1837691366 = CSiteTemplate::$GLOBALS['_____707901553'][34]($_1558665492);
if ($_93574762 = $_1837691366->{$GLOBALS}['_____707901553'][35]()) {
$_354377807 = $_93574762[___1507790831(534)];
if (isset($_GET[___1507790831(535)]) && $_GET[___1507790831(536)] == ___1507790831(537) && $GLOBALS[___1507790831(538)]->{$GLOBALS}['_____707901553'][36](___1507790831(539))) {
$GLOBALS['____967106059'][124](___1507790831(540), true);
}
}
} catch (\Bitrix\Main\Security\Sign\BadSignatureException $_938947383) {
}
}
if ($_354377807 == ___1507790831(541)) {
$_354377807 = CSite::GetCurTemplate();
}
$GLOBALS['____967106059'][125](___1507790831(542), $_354377807);
$GLOBALS['____967106059'][126](___1507790831(543), getLocalPath(___1507790831(544) . SITE_TEMPLATE_ID, BX_PERSONAL_ROOT));
}
if (isset($_GET[___1507790831(545)])) {
if ($_GET[___1507790831(546)] == ___1507790831(547) || $_GET[___1507790831(548)] == ___1507790831(549)) {
$_SESSION[___1507790831(550)] = $_GET[___1507790831(551)];
}
}
if (isset($_GET[___1507790831(552)])) {
if ($_GET[___1507790831(553)] == ___1507790831(554) || $_GET[___1507790831(555)] == ___1507790831(556)) {
$_SESSION[___1507790831(557)] = $_GET[___1507790831(558)];
}
}
if (isset($_GET[___1507790831(559)]) && $_GET[___1507790831(560)] != ___1507790831(561)) {
示例12: ___47739928
if ($GLOBALS['____445116793'][140]($_REQUEST[___47739928(548)]) && $_REQUEST[___47739928(549)] != ___47739928(550) && $GLOBALS[___47739928(551)]->{$GLOBALS}['_____578075656'][37](___47739928(552))) {
$_27265484 = new Bitrix\Main\Security\Sign\Signer();
try {
$_2006384054 = $_27265484->unsign($_REQUEST[___47739928(553)], ___47739928(554) . bitrix_sessid());
$_545859448 = CSiteTemplate::$GLOBALS['_____578075656'][38]($_2006384054);
if ($_1019111333 = $_545859448->{$GLOBALS}['_____578075656'][39]()) {
$_1371947985 = $_1019111333[___47739928(555)];
if (isset($_GET[___47739928(556)]) && $_GET[___47739928(557)] == ___47739928(558) && $GLOBALS[___47739928(559)]->{$GLOBALS}['_____578075656'][40](___47739928(560))) {
$GLOBALS['____445116793'][141](___47739928(561), true);
}
}
} catch (\Bitrix\Main\Security\Sign\BadSignatureException $_180757727) {
}
}
if ($_1371947985 == ___47739928(562)) {
$_1371947985 = CSite::GetCurTemplate();
}
$GLOBALS['____445116793'][142](___47739928(563), $_1371947985);
$GLOBALS['____445116793'][143](___47739928(564), getLocalPath(___47739928(565) . SITE_TEMPLATE_ID, BX_PERSONAL_ROOT));
}
if (isset($_GET[___47739928(566)])) {
if ($_GET[___47739928(567)] == ___47739928(568) || $_GET[___47739928(569)] == ___47739928(570)) {
$_SESSION[___47739928(571)] = $_GET[___47739928(572)];
}
}
if (isset($_GET[___47739928(573)])) {
if ($_GET[___47739928(574)] == ___47739928(575) || $_GET[___47739928(576)] == ___47739928(577)) {
$_SESSION[___47739928(578)] = $_GET[___47739928(579)];
}
}
if (isset($_GET[___47739928(580)]) && $_GET[___47739928(581)] != ___47739928(582)) {
示例13: elseif
}
$GLOBALS[___1149546406(505)]->SetAuthResult($_1155945949);
} elseif (!$GLOBALS[___1149546406(506)]->{$GLOBALS}['_____296732968'][35]()) {
$GLOBALS[___1149546406(507)]->LoginHitByHash();
}
}
if (!$GLOBALS['____787902325'][123](___1149546406(508)) || ADMIN_SECTION !== true) {
if (isset($_REQUEST[___1149546406(509)]) && $_REQUEST[___1149546406(510)] != ___1149546406(511) && $GLOBALS[___1149546406(512)]->{$GLOBALS}['_____296732968'][36](___1149546406(513))) {
$_1087376384 = CSiteTemplate::$GLOBALS['_____296732968'][37]($_REQUEST[___1149546406(514)]);
if ($_451015458 = $_1087376384->{$GLOBALS}['_____296732968'][38]()) {
$GLOBALS['____787902325'][124](___1149546406(515), $_451015458[___1149546406(516)]);
} else {
$GLOBALS['____787902325'][125](___1149546406(517), CSite::GetCurTemplate());
}
} else {
$GLOBALS['____787902325'][126](___1149546406(518), CSite::GetCurTemplate());
}
$GLOBALS['____787902325'][127](___1149546406(519), getLocalPath(___1149546406(520) . SITE_TEMPLATE_ID, BX_PERSONAL_ROOT));
}
if (isset($_GET[___1149546406(521)])) {
if ($_GET[___1149546406(522)] == ___1149546406(523) || $_GET[___1149546406(524)] == ___1149546406(525)) {
$_SESSION[___1149546406(526)] = $_GET[___1149546406(527)];
}
}
if (isset($_GET[___1149546406(528)])) {
if ($_GET[___1149546406(529)] == ___1149546406(530) || $_GET[___1149546406(531)] == ___1149546406(532)) {
$_SESSION[___1149546406(533)] = $_GET[___1149546406(534)];
}
}
if (isset($_GET[___1149546406(535)]) && $_GET[___1149546406(536)] != ___1149546406(537)) {
$GLOBALS[___1149546406(538)]->SetShowIncludeAreas($_GET[___1149546406(539)] == ___1149546406(540));
示例14: elseif
}
$GLOBALS[___1576439641(505)]->SetAuthResult($_930267803);
} elseif (!$GLOBALS[___1576439641(506)]->{$GLOBALS}['_____857038069'][35]()) {
$GLOBALS[___1576439641(507)]->LoginHitByHash();
}
}
if (!$GLOBALS['____2098935744'][123](___1576439641(508)) || ADMIN_SECTION !== true) {
if (isset($_REQUEST[___1576439641(509)]) && $_REQUEST[___1576439641(510)] != ___1576439641(511) && $GLOBALS[___1576439641(512)]->{$GLOBALS}['_____857038069'][36](___1576439641(513))) {
$_806161348 = CSiteTemplate::$GLOBALS['_____857038069'][37]($_REQUEST[___1576439641(514)]);
if ($_709337899 = $_806161348->{$GLOBALS}['_____857038069'][38]()) {
$GLOBALS['____2098935744'][124](___1576439641(515), $_709337899[___1576439641(516)]);
} else {
$GLOBALS['____2098935744'][125](___1576439641(517), CSite::GetCurTemplate());
}
} else {
$GLOBALS['____2098935744'][126](___1576439641(518), CSite::GetCurTemplate());
}
$GLOBALS['____2098935744'][127](___1576439641(519), getLocalPath(___1576439641(520) . SITE_TEMPLATE_ID, BX_PERSONAL_ROOT));
}
if (isset($_GET[___1576439641(521)])) {
if ($_GET[___1576439641(522)] == ___1576439641(523) || $_GET[___1576439641(524)] == ___1576439641(525)) {
$_SESSION[___1576439641(526)] = $_GET[___1576439641(527)];
}
}
if (isset($_GET[___1576439641(528)])) {
if ($_GET[___1576439641(529)] == ___1576439641(530) || $_GET[___1576439641(531)] == ___1576439641(532)) {
$_SESSION[___1576439641(533)] = $_GET[___1576439641(534)];
}
}
if (isset($_GET[___1576439641(535)]) && $_GET[___1576439641(536)] != ___1576439641(537)) {
$GLOBALS[___1576439641(538)]->SetShowIncludeAreas($_GET[___1576439641(539)] == ___1576439641(540));
示例15: elseif
}
$GLOBALS[___1676470017(568)]->SetAuthResult($_1394708993);
} elseif (!$GLOBALS[___1676470017(569)]->{$GLOBALS}['_____769810859'][36]()) {
$GLOBALS[___1676470017(570)]->LoginHitByHash();
}
}
if (!$GLOBALS['____450717392'][123](___1676470017(571)) || ADMIN_SECTION !== true) {
if ($GLOBALS['____450717392'][124](___1676470017(572), $_REQUEST) && $_REQUEST[___1676470017(573)] != ___1676470017(574) && $GLOBALS[___1676470017(575)]->{$GLOBALS}['_____769810859'][37](___1676470017(576))) {
$_1601709645 = CSiteTemplate::$GLOBALS['_____769810859'][38]($_REQUEST[___1676470017(577)]);
if ($_365582759 = $_1601709645->{$GLOBALS}['_____769810859'][39]()) {
$GLOBALS['____450717392'][125](___1676470017(578), $_365582759[___1676470017(579)]);
} else {
$GLOBALS['____450717392'][126](___1676470017(580), CSite::GetCurTemplate());
}
} else {
$GLOBALS['____450717392'][127](___1676470017(581), CSite::GetCurTemplate());
}
$GLOBALS['____450717392'][128](___1676470017(582), BX_PERSONAL_ROOT . ___1676470017(583) . SITE_TEMPLATE_ID);
}
if (isset($_GET[___1676470017(584)])) {
if ($_GET[___1676470017(585)] == ___1676470017(586) || $_GET[___1676470017(587)] == ___1676470017(588)) {
$_SESSION[___1676470017(589)] = $_GET[___1676470017(590)];
}
}
if (isset($_GET[___1676470017(591)])) {
if ($_GET[___1676470017(592)] == ___1676470017(593) || $_GET[___1676470017(594)] == ___1676470017(595)) {
$_SESSION[___1676470017(596)] = $_GET[___1676470017(597)];
}
}
if (isset($_GET[___1676470017(598)]) && $_GET[___1676470017(599)] != ___1676470017(600)) {
$GLOBALS[___1676470017(601)]->SetShowIncludeAreas($_GET[___1676470017(602)] == ___1676470017(603));