Show
Ignore:
Timestamp:
03/26/11 15:12:52 (2 years ago)
Author:
mistic100
Message:

[extensions] TypeTags
- new administration

Files:
1 modified

Legend:

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

    r9829 r9863  
    22/* 
    33Plugin Name: TypeT@gs 
    4 Version: 2.2.0 
     4Version: 2.2.1 
    55Description: Allow to manage color of tags, as you want... 
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=166 
     
    1515define('typetags_PATH' , PHPWG_PLUGINS_PATH . typetags_DIR . '/'); 
    1616define('typetags_TABLE' , $prefixeTable . 'typetags'); 
     17define('typetags_ADMIN', get_root_url().'admin.php?page=plugin-' . typetags_DIR); 
    1718 
    1819function typetags_admin_menu($menu) 
     
    2021  array_push($menu, array( 
    2122    'NAME' => 'TypeT@gs', 
    22     'URL' => get_root_url().'admin.php?page=plugin-' . typetags_DIR, 
     23    'URL' => typetags_ADMIN, 
    2324  )); 
    2425  return $menu;