1<?php
2/**
3 * Options for the webmaster tools plugin.
4 *
5 * @author Mark C. Prins <mprins@users.sf.net>
6 * @author Marius Rieder <marius.rieder@durchmesser.cg>
7 */
8$conf['webmaster_google']       = '';
9$conf['webmaster_bing']         = '';
10$conf['webmaster_yandexkey']    = '';
11$conf['webmaster_pinterestkey'] = '';
12