source: extensions/birthdate/include/admin_events.inc.php @ 19773

Last change on this file since 19773 was 19773, checked in by plg, 11 years ago

new plugin birthdate to calculate age of people on each photo

File size: 259 bytes
Line 
1<?php
2defined('BIRTHDATE_PATH') or die('Hacking attempt!');
3
4/**
5 * admin plugins menu link
6 */
7function birthdate_admin_plugin_menu_links($menu) 
8{
9  array_push($menu, array(
10    'NAME' => 'Birthdate',
11    'URL' => BIRTHDATE_ADMIN,
12  ));
13  return $menu;
14}
15?>
Note: See TracBrowser for help on using the repository browser.