File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 14
14
$ config ['skylight_container_id ' ] = '67 ' ;
15
15
}
16
16
else {
17
- $ config ['skylight_ga_code ' ] = 'UA-25737241-18 ' ;
17
+ $ config ['skylight_ga_code ' ] = 'UA-25737241-9 ' ;
18
18
$ config ['skylight_container_id ' ] = '51 ' ;
19
19
}
20
20
Original file line number Diff line number Diff line change 8
8
$ config ['skylight_oaipmhallowed ' ] = true ;
9
9
// Container ID and the field used in solr index to store this ID. Used for restricting search/browse scope.
10
10
$ 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
+ }
12
19
$ config ['skylight_sitemap_type ' ] = 'internal ' ;
13
20
$ config ['skylight_fields ' ] = array (
14
21
'ID ' => 'id ' ,
You can’t perform that action at this time.
0 commit comments