Ignore:
Timestamp:
Mar 22, 2011, 6:59:40 PM (13 years ago)
Author:
mistic100
Message:

[extensions] TypeTags

  • compatibility with 2.2.0
File:
1 edited

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}
Note: See TracChangeset for help on using the changeset viewer.