<?php
/**
* CPG Dragonfly CMS
* Copyright (c) 2004-2005 by CPG-Nuke Dev Team, www.dragonflycms.com
* Released under the GNU GPL version 2 or any later version
* $Id: block-Sample.php,v 1.2 2005/02/13 23:53:05 trevor Exp $
*/
// protect against direct access
if (!defined('CPG_NUKE')) { exit; }
// show the content of the block
$content = 'Place the content that you wish to appear in your new block right here';
|