<?xml version="1.0" encoding="UTF-8"?>
<tcf>
	<title>New Directory Page</title>

		<variable-list>
		<!-- general page setup -->
		<include>_commonvars.inc</include>
		<!-- A safer way to create a file, forces PCF file extension -->
		<variable name="pcf-filename" prompt="Filename" alt="Enter a filename using only lowercase letters, underscores, or dashes">untitled</variable>
		<variable name="tcfname" type="text" display="none">directory.tcf</variable>
	</variable-list>

	<template-list>
		<template
			prompt-prefix="New Directory Page"
			group="*inherit*"
			filename="{pcf-filename}"
			extension="pcf"
			display-filename="no"
			publish="no">directory.tmpl</template>
	</template-list>
</tcf>