File: /home/centralexf/www/administrator/components/com_gk3_tabs_manager/uninstall.php
<?php
/**
*
* @version 3.0.0
* @package Joomla
* @subpackage Tabs Manager GK3
* @copyright Copyright (C) 2008 - 2009 GavickPro. All rights reserved.
* @license GNU/GPL
*
* ==========================================================================
*
* Deinstallation component file
* Showing information about deinstall
*
*/
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
// function to deinstall
function com_uninstall()
{
// swhowing info text
echo 'Tabs Manager GK3 has been correctly uninstalled.';
}
/* End of file uninstall.php */
/* Location: ./uninstall.php */