1<?php
2/**
3 * Options for dwinsect plugin
4 */
5
6$conf['linklistname']		= "links";				// name of the default name of linklist
7$conf['insecttext']			= "footnote";
8$conf['insectlink']			= "translate";
9$conf['insectinclude']	= "link";
10?>
11