1<?php 2/** 3 * Default settings for the dontfeedtemplates plugin 4 * 5 * @author Cilyan Olowen <gaknar@gmail.com> 6 */ 7 8$conf['always'] = false; 9$conf['current_pagename_tpl'] = 'c_template'; 10$conf['inherited_pagename_tpl'] = 'i_template'; 11