Overview

The landing page of the web top is Overview Home. This page can be completely replaced with your own template.

How To

Create a template in the following location of your project: ./projects/myproject/customadmin/home.cfm

<cfsetting enablecfoutputonly="true" />
<cfimport prefix="admin" taglib="/farcry/core/tags/admin" />

<admin:header />
	<cfoutput>Daemonite blog.</cfoutput>
<admin:footer />

<cfsetting enablecfoutputonly="false" />