<?php /*========================================================*\ ||########################################################|| ||# #|| ||# WB News v2.0.0 #|| ||# ---------------------------------------------------- #|| ||# Copyright (c) 2004-2007 #|| ||# Created: 23rd April 2007 #|| ||# Filename: screen.css.php #|| ||# #|| ||########################################################|| /*========================================================*/ /** * @author $Author: pmcilwaine $ * @version $Id: screen.css.php,v 1.1.2.1 2008/02/03 07:02:53 pmcilwaine Exp $ */ $path = "../../"; require_once( "../global.php" ); header( "Content-type: text/css" ); include( "HTMLForm.css.php" ); include( "../../templates/" . $config["themepath"] . "/admin/css/main.css.php" ); ?>