Skip to content

Commit 5db5873

Browse files
authored
Merge pull request #534 from rentonsa/LUC023A-100
Luc023 a 100
2 parents efcf3d4 + 09c2a0b commit 5db5873

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

config/guardbook.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
$config['skylight_container_id'] = '67';
1515
}
1616
else {
17-
$config['skylight_ga_code'] = 'UA-25737241-18';
17+
$config['skylight_ga_code'] = 'UA-25737241-9';
1818
$config['skylight_container_id'] = '51';
1919
}
2020

config/public-art.php

+8-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@
88
$config['skylight_oaipmhallowed'] = true;
99
// Container ID and the field used in solr index to store this ID. Used for restricting search/browse scope.
1010
$config['skylight_container_field'] = 'location.coll';
11-
$config['skylight_container_id'] = '67';
11+
if (strpos($_SERVER['HTTP_HOST'], "test") !== false) {
12+
$config['skylight_ga_code'] = 'UA-25737241-6';
13+
$config['skylight_container_id'] = '64';
14+
}
15+
else {
16+
$config['skylight_ga_code'] = 'UA-25737241-9';
17+
$config['skylight_container_id'] = '67';
18+
}
1219
$config['skylight_sitemap_type'] = 'internal';
1320
$config['skylight_fields'] = array(
1421
'ID' => 'id',

0 commit comments

Comments
 (0)