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