PHP Classes

File: CoffeeCMS/contents/plugins/coffeestats/hooks.php

Recommend this page to a friend!
  Classes of James Brows   Coffee CMS   CoffeeCMS/contents/plugins/coffeestats/hooks.php   Download  
File: CoffeeCMS/contents/plugins/coffeestats/hooks.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Coffee CMS
Content management system using MVC based themes
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);


}