PHP Classes

File: CoffeeStats/hooks.php

Recommend this page to a friend!
  Classes of James Brows   Coffee Stats   CoffeeStats/hooks.php   Download  
File: CoffeeStats/hooks.php
Role: Application script
Content type: text/plain
Description: Application script
Class: Coffee Stats
Plugin to Coffee CMS to track Web site visitors
Author: By
Last change:
Date: 2 years ago
Size: 279 bytes
 

Contents

Class file image Download
<?php

add_hook
('before_view_admin','CoffeeStatsMenu');

function
CoffeeStatsMenu()
{
   
$filePath=PLUGINS_PATH.'CoffeeStats/lang/vi/admin.php';

    require_once(
$filePath);

   
$filePath=PLUGINS_PATH.'CoffeeStats/hook_admin_menu_left.php';

    require_once(
$filePath);


}