Dashboard > FarCry 4.0 Developers Guide > Home > Customise Overview Home
FarCry 4.0 Developers Guide
Customise Overview Home
Added by Geoff Bowers , last edited by Geoff Bowers on Jun 28, 2007
Labels: 
(None)

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

./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" />

Powered by a free Atlassian Confluence Open Source Project License granted to FarCry CMS. Evaluate Confluence today.
Powered by Atlassian Confluence 2.7, the Enterprise Wiki. Bug/feature request - Atlassian news - Contact administrators