htdocs/config2/settings-dist-common.inc.php 1 location
|
@@ 298-300 (lines=3) @@
|
295 |
|
if (isset($opt['domain'][$domain]['keywords'])) { |
296 |
|
$opt['page']['meta']['keywords'] = $opt['domain'][$domain]['keywords']; |
297 |
|
} |
298 |
|
if (isset($opt['domain'][$domain]['description'])) { |
299 |
|
$opt['page']['meta']['description'] = $opt['domain'][$domain]['description']; |
300 |
|
} |
301 |
|
|
302 |
|
if (isset($opt['domain'][$domain]['headoverlay'])) { |
303 |
|
$opt['page']['headoverlay'] = $opt['domain'][$domain]['headoverlay']; |
htdocs/lib/common.inc.php 1 location
|
@@ 178-180 (lines=3) @@
|
175 |
|
if (isset($opt['domain'][$domain]['style'])) { |
176 |
|
$style = $opt['domain'][$domain]['style']; |
177 |
|
} |
178 |
|
if (isset($opt['domain'][$domain]['cookiedomain'])) { |
179 |
|
$opt['cookie']['domain'] = $opt['domain'][$domain]['cookiedomain']; |
180 |
|
} |
181 |
|
|
182 |
|
set_common_domain_config($opt); |
183 |
|
} |
htdocs/lib2/common.inc.php 1 location
|
@@ 233-235 (lines=3) @@
|
230 |
|
if (isset($opt['domain'][$domain]['style'])) { |
231 |
|
$opt['template']['default']['style'] = $opt['domain'][$domain]['style']; |
232 |
|
} |
233 |
|
if (isset($opt['domain'][$domain]['cookiedomain'])) { |
234 |
|
$opt['session']['domain'] = $opt['domain'][$domain]['cookiedomain']; |
235 |
|
} |
236 |
|
|
237 |
|
set_common_domain_config($opt); |
238 |
|
} |