<?php
//#################################################################################################
// Helpform helper functions
//#################################################################################################
// chillyCMS - Content Management System
// Copyright (C) 2008
// Stefanie Wiegand <hide@address.com> & Johannes Cox <hide@address.com>
//
// This program is licensed under the GPL 3.0 license. For more information see LICENSE.txt.
//#################################################################################################
// helpform()
//#################################################################################################
defined('DOIT') or die('Restricted access');
//helpform/////////////////////////////////////////////////////////////////////////////////////////
function helpform() {
return "For help please drop us a note or wait for the manual to be finished!";
} ?>