1<?php 2/** 3 * Default settings for the scrollticker plugin 4 * 5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html 6 * 7 * @author Michael Bohn <mjbohn@gmail.com> 8 * 9 * 10 */ 11 12$conf['counterstyle'] = 'none'; 13$conf['separator'] = ' +++ '; 14$conf['speed'] = 6; 15$conf['stopOnHover'] = 1; 16$conf['showBorder'] = 0; 17$conf['border'] = '0.5px dashed #000'; 18$conf['border-radius'] = '20px'; 19$conf['width'] = '90%'; 20$conf['height'] = '2.5em'; 21$conf['textcolor'] = 'red'; 22$conf['bgcolor'] = 'transparent';