1<?php
2/**
3 * Default settings for the templatepagename plugin
4 *
5 * @author Martin <martin@sound4.biz>
6 */
7
8$conf['current_pagename_tpl']    = 'c_template';
9$conf['inherited_pagename_tpl']    = 'i_template';
10