1<?php
2/**
3 * Options for the like button
4 *
5 * @license GNU General Public License 3 <http://www.gnu.org/licenses/>
6 * @author Marvin Thomas Rabe <mrabe@marvinrabe.de>
7 */
8
9$conf['layout'] = 'standard';
10$conf['show_faces'] = 1;
11$conf['width'] = '450';
12$conf['action'] = 'like';
13$conf['font'] = 'arial';
14$conf['colorscheme'] = 'light';