1<?php 2/** 3 * Default settings for the skilltagicon plugin 4 * 5 * @author Michael Große <grosse@cosmocode.de> 6 */ 7 8$conf['easy_tag'] = 'skill>basic'; 9$conf['intermediate_tag'] = 'skill>intermediate'; 10$conf['expert_tag'] = 'skill>expert'; 11