as $context) {
$settings = $modx->getCollection('modContextSetting');
$array[$context->get('name')] = $context->key;
//$listContext .= "<option data-option='".$context->key."' ".$active." value='". $modx->getContext($context->key)->getOption('site_url') ."?c=1'>" . $context->get('name') . "</option>";
}
echo json_encode($array, JSON_UNESCAPED_UNICODE);
//return $listContext;
попробуй некэшируемый вызов сделать, т.е. [[!sities_json]]
тогда попробуй поставить пробел через str_replace после каждой открывающей фигурной скобки и потом отдавай результат
Обсуждают сегодня