Ignore:
Timestamp:
Feb 23, 2014, 9:08:38 AM (10 years ago)
Author:
ddtddt
Message:

[extensions] - Photo_add_by - if plugin see photo by user is actif - can show link on user on picture page with parameter plugin see photo by user

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Photo_add_by/main.inc.php

    r21222 r27458  
    2626function PAB_admin_menu($menu)
    2727{
     28load_language('plugin.lang', PAB_PATH);
    2829  array_push($menu, array(
    29         'NAME' => 'Photo added by',
     30        'NAME' => l10n('Photo added by'),
    3031    'URL' => get_admin_plugin_menu_link(PAB_PATH . 'admin/admin.php')));
    3132  return $menu;
Note: See TracChangeset for help on using the changeset viewer.