Файл: templates/Default/js/configuration.js
Строк: 47
<?php
/****************************
Settings for bokeh wallpaper
****************************/
//Number of circles
var num = 90;
//Minimum size of circles
var minsize = 25;
//Maximum size of circles
var maxsize = 100;
//Color of circles - Only if userRandomColours is false - !!!RGB Code!!!
//RED - 244,83,83
//BLUE - 83,209,244
//GREEN - 110,245,83
var color = "83,209,244";
//Use random colours
var useRandomColours = false;
//Use gradients for circle colour
var useGradients = false;
//Automatic circle count
var autoCircleCount = true;
//Circle count for resolution 1200 and higher
var circleCount__1200 = 15;
//Circle count for resolution between 1200 and 900
var circleCount_1200_900 = 10;
//Circle count for resolution between 900 and 720
var circleCount_900_720 = 8;
//Circle count for resolution between 720 and 420
var circleCount_720_420 = 5;
//Circle count for resolution 420 and lower
var circleCount_420_ = 3;
/****************************
Settings for countdown
****************************/
//Goal date
var date = "January 01 2014 00:00:01";
/****************************
Settings for newsletter
****************************/
//Message on successful subscribtion
var responseMessage = "You have subscribed successfully!";
/****************************
Settings for newsletter
****************************/
var useSlideShow = false;
?>