<?xml version="1.0" encoding="utf-8" ?>
<Templates imagesBasePath="fck_template/images/">
	<Template title="Consecutive Page Promotile" image="promotile_thumb_con.jpg">
		<Description>A template to create promotiles for the right column.</Description>
		<Html>
			<![CDATA[
				<div class='promo'>
					<div class='promoIcon'>
						<img src='/images/up/conPromoIcon01.gif'>
					</div>
					<div class='promoCopy'>
						<h1>Promotile Headline</h1>
						<p>Insert your body copy in this area...</p>
						<a href="">Click here</a>
					</div>
				</div>
			]]>
		</Html>
	</Template>
	<Template title="Home Page Promotile" image="promotile_thumb_home.jpg">
		<Description>A template to create promotiles for the home page.</Description>
		<Html>
			<![CDATA[
				<div class='promo'>
					<div class='promoIcon'>
						<img src='/images/up/homePromoIcon01.gif'>
					</div>
					<div class='promoCopy'>
						<h1>Headline Goes Here</h1>
						<p>Insert your body copy in this area...</p>
						<a href="">Click here</a>
					</div>
				</div>
			]]>
		</Html>
	</Template>
</Templates>

