Show
Ignore:
Timestamp:
03/22/11 18:59:40 (2 years ago)
Author:
mistic100
Message:

[extensions] TypeTags
- compatibility with 2.2.0

Files:
1 modified

Legend:

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

    r3609 r9829  
    22/* 
    33Plugin Name: TypeT@gs 
    4 Version: 2.0.d 
     4Version: 2.2.0 
    55Description: Allow to manage color of tags, as you want... 
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=166 
    7 Author: Sakkhho & P@t 
     7Author: Sakkhho & P@t & Mistic 
    88*/ 
    99 
     
    2020  array_push($menu, array( 
    2121    'NAME' => 'TypeT@gs', 
    22     'URL' => get_admin_plugin_menu_link(typetags_PATH . 'admin/typetags_admin.php'))); 
     22    'URL' => get_root_url().'admin.php?page=plugin-' . typetags_DIR, 
     23  )); 
    2324  return $menu; 
    2425}