Ignore:
Timestamp:
Dec 29, 2012, 6:17:37 PM (11 years ago)
Author:
julien1311
Message:

lots of things...

File:
1 edited

Legend:

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

    r19631 r19647  
    1414define('MEDIA_ICON_PATH' , PHPWG_PLUGINS_PATH.MEDIA_ICON_DIR.'/');
    1515define('MEDIA_ICON_ABSOLUTE_PATH' , dirname(__FILE__).'/');
    16 define('MEDIA_ICON_ADMIN',   get_root_url() . 'admin.php?page=plugin-Media_Icon');
     16define('MEDIA_ICON_ADMIN',   get_root_url() . 'admin.php?page=plugin-'.MEDIA_ICON_DIR);
    1717
    1818/* +-----------------------------------------------------------------------+
     
    3838       
    3939include_once(MEDIA_ICON_PATH.'include/thumbnails.inc.php');
    40 include_once(MEDIA_ICON_PATH.'include/picture.inc.php');
    4140
    4241/* +-----------------------------------------------------------------------+
Note: See TracChangeset for help on using the changeset viewer.