-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.config.php
38 lines (25 loc) · 1.15 KB
/
default.config.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?php
$futureus_settings = array(
//GA Account
'google_analytics_id' => 'UA-8316105-1',
//Choose an existing shortcode to replace.
'replace_shortcode' => 'imagebrowser',
//fixed width of the whole gallery box.
'full_gallery_width' => 620,
//theme directory
'theme' => 'revolver',
//enable ad refresh
'refresh_mpu' => 1,
//Selector id of the ad we are replacing with a refreshing ad
'mpuReplace' => '.gallery #MPU',
//class applied to all 'div' elements in the main sidebar. Change here OR add '.block' class to blocks in your theme
'sidebarElement' => '#sidebar ul .block',
//The main div ID of the main content area - usually something like "content".
'contentElement' => '#content',
//The ad is placed dynamically. If the ad is falling too far down, set to before. If too low, try setting to 'before'
'beforeOrAfter' => 'after',
//ad iframe template. Don't change
'ad_iframe_template' => '/wp-content/plugins/nextgen-futureus-gallery/ad_iframe.php',
//The dart tag used for the refreshable ad. Keywords are auto inserted if the article is tagged.
'dart_tags' => 'fut.us.revolver/article;dcopt=ist;tile=1;sz=300x600;',
);