source: extensions/ShareThis/include/admin_events.inc.php @ 31051

Last change on this file since 31051 was 31051, checked in by SergeD, 9 years ago

version 1.0.0 - see change log for details

  • Property svn:eol-style set to native
File size: 257 bytes
Line 
1<?php
2defined('SHARETHIS_PATH') or die('Hacking attempt!');
3
4/**
5 * admin plugins menu link
6 */
7function sharethis_admin_plugin_menu_links($menu)
8{
9  $menu[] = array(
10    'NAME' => l10n('ShareThis'),
11    'URL' => SHARETHIS_ADMIN,
12    );
13
14  return $menu;
15}
16
Note: See TracBrowser for help on using the repository browser.