Current Directory: /home/astoriaah/www/old15/libraries/foxcontact/loader
Viewing File: /home/astoriaah/www/old15/libraries/foxcontact/loader/js.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 jsLoader extends UncachableLoader
{
public function __construct()
{
parent::__construct();
$this->headers[] = 'Content-Type: application/javascript; charset=utf-8';
}
protected function type()
{
return "js";
}
protected function content_header()
{
// echo "//<![CDATA[\n";
}
protected function content_footer()
{
// echo "\n//]]>";
}
}