<?php namespace ProcessWire; if(!defined("PROCESSWIRE_INSTALL")) die(); ?>
<?php if($formAction) echo "</form>"; ?>

		</div>
	</div><!--/#content-->

	<div id="footer" class="pw-footer">
		<div class="pw-container">
			<p>ProcessWire <?php echo PROCESSWIRE_INSTALL; ?> &copy; 2017</p>
		</div>
	</div><!--/#footer-->

</body>
</html>
