|
@@ 1854-1856 (lines=3) @@
|
| 1851 |
|
} |
| 1852 |
|
} |
| 1853 |
|
*/ |
| 1854 |
|
if (isset($this->data->custom) && is_array($this->data->custom) && $this->data->custom['none']) { |
| 1855 |
|
$this->customdata=$this->data->custom['none']; |
| 1856 |
|
} |
| 1857 |
|
if (isset($this->data->custom) && is_array($this->data->custom) && $this->data->custom[$nls]) { |
| 1858 |
|
$this->customnlsdata=$this->data->custom[$nls]; |
| 1859 |
|
} |
|
@@ 1857-1859 (lines=3) @@
|
| 1854 |
|
if (isset($this->data->custom) && is_array($this->data->custom) && $this->data->custom['none']) { |
| 1855 |
|
$this->customdata=$this->data->custom['none']; |
| 1856 |
|
} |
| 1857 |
|
if (isset($this->data->custom) && is_array($this->data->custom) && $this->data->custom[$nls]) { |
| 1858 |
|
$this->customnlsdata=$this->data->custom[$nls]; |
| 1859 |
|
} |
| 1860 |
|
|
| 1861 |
|
if (!$ARConfigChecked) { |
| 1862 |
|
// this template is the first template called in this request. |