File Manager

Current Directory: /home/astoriaah/www/old15/libraries/foxcontact/loader
Viewing File: /home/astoriaah/www/old15/libraries/foxcontact/loader/css.php
<?php defined("_JEXEC") or die(file_get_contents("index.html")); // Program: Fox Contact for Joomla // Copyright (C): 2011 Demis Palma // Documentation: http://www.fox.ra.it/forum/2-documentation.html // License: Distributed under the terms of the GNU General Public License GNU/GPL v3 http://www.gnu.org/licenses/gpl-3.0.html require_once "loader.php"; class cssLoader extends UncachableLoader { public function __construct() { parent::__construct(); $this->headers[] = 'Content-Type: text/css; charset=utf-8'; } protected function type() { return "css"; } protected function content_header() { // echo "/* css generator begin */\n"; } protected function content_footer() { // echo "\n/* css generator end */"; } }