Annotation of /mambo/trunk/administrator/components/com_statistics/toolbar.statistics.php
Parent Directory
|
Revision Log
Revision 1 - (view) (download)
| 1 : | root | 1 | <?php |
| 2 : | /** | ||
| 3 : | * @version $Id: toolbar.statistics.php,v 1.1 2005/07/22 01:53:22 eddieajau Exp $ | ||
| 4 : | * @package Mambo | ||
| 5 : | * @subpackage Statistics | ||
| 6 : | * @copyright (C) 2000 - 2005 Miro International Pty Ltd | ||
| 7 : | * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL | ||
| 8 : | * Mambo is Free Software | ||
| 9 : | */ | ||
| 10 : | |||
| 11 : | /** ensure this file is being included by a parent file */ | ||
| 12 : | defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); | ||
| 13 : | |||
| 14 : | require_once( $mainframe->getPath( 'toolbar_html' ) ); | ||
| 15 : | |||
| 16 : | switch ($task) { | ||
| 17 : | |||
| 18 : | case "searches": | ||
| 19 : | TOOLBAR_statistics::_SEARCHES(); | ||
| 20 : | break; | ||
| 21 : | |||
| 22 : | } | ||
| 23 : | ?> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

