Example #1
0
+-------------------------------------------------------------------+
| block-Sample.php - Example NexOS block file                       |
| Authors:                                                          |
|  Steven Sheeley                                                   |
|  Richard R. Pufky                                                 |
|      and the Myndworx Asylum Dev Team                             |
| eMail: support at myndworx dot com                                |
| Website: http://www.nexoscms.org and http://www.myndworx.com      |
+-------------------------------------------------------------------+
|Original Copyright below                                           |
+-------------------------------------------------------------------+
*/
/*********************************************
  Dragonfly CMS, Copyright (c) 2004 by CPGNuke Dev Team
  http://dragonflycms.org
  Released under GNU GPL version 2 or any later version

  $Source: /cvs/html/includes/load/css.php,v $
  $Revision: 1.1 $
  $Author: nanocaiordo $
  $Date: 2011/04/17 06:50:09 $
**********************************************/
if (!defined('CPG_NUKE')) {
    exit;
}
require CLASS_PATH . 'css.php';
if (false === CSS::request()) {
    HttpHeaders::flush(404, 'File not found');
}
CSS::flushToClient();