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