<?php
/**
 * Options for the skype Plugin
 *
 * @author    Zahno Silvan <zaswiki@gmail.com>
 */
$conf['function'] = 'dropdown';          // default function
$conf['size']     = '24';            // default size
$conf['style']    = 'white';          // default style

// vim:ts=4:sw=4:et:enc=utf-8:
