File "tooltip.php"
Full Path: /home/asmplong/www/ancien-site-2019/site/components/com_joomlawatch/tooltip.php
File size: 696 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* JoomlaWatch - A real-time ajax joomla monitor and live stats
* @version 1.2.x
* @package JoomlaWatch
* @license http://www.gnu.org/licenses/gpl-3.0.txt GNU General Public License v3
* @copyright (C) 2008 by Matej Koval - All rights reserved!
* @website http://www.codegravity.com
**/
sleep(1); // it's a tooltip. Let's sleep for a while
include_once("includes.php");
$joomlaWatch = new JoomlaWatch();
require_once ("lang" . DS . $joomlaWatch->config->getLanguage().".php");
$joomlaWatchHTML = new JoomlaWatchHTML();
$joomlaWatch->config->checkPermissions();
echo $joomlaWatchHTML->renderCloseWindow();
include("view".DS."trendtooltip.php");
?>