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