-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscript.js
22 lines (20 loc) · 960 Bytes
/
script.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<script>
var theme_options = {
theme_developer :"[email protected]",
theme_type :'column',
theme_name :'iprgara',
theme_number :8,
color_background_rgb :'{RGBcolor:Body background}',
infinite_scroll :{block:IfInfiniteScroll}true,{/block:IfInfiniteScroll}
{block:IfNotInfiniteScroll}false,{/block:IfNotInfiniteScroll}
infinite_scroll_str :"{lang:No more posts}",
form_photosets :{block:IfFormPhotosets}true,{/block:IfFormPhotosets}
{block:IfNotFormPhotosets}false,{/block:IfNotFormPhotosets}
widget_grid :true,
photoset_gap :'20px',
attribution_style :'{select:Theme attribution style}',
menu :'{select:Menu}',
make_it_snow :{block:IfMakeItSnow}true{/block:IfMakeItSnow}
{block:IfNotMakeItSnow}false{/block:IfNotMakeItSnow}
};
</script>