1<?php 2/** 3 * Options for the skilltagicon plugin 4 * 5 * @author Michael Große <grosse@cosmocode.de> 6 */ 7 8 9$meta['easy_tag'] = array('string'); 10$meta['intermediate_tag'] = array('string'); 11$meta['expert_tag'] = array('string'); 12