Ignore:
Timestamp:
Jun 26, 2013, 12:09:21 AM (11 years ago)
Author:
mistic100
Message:

many corrections & optimizations + remove useless code + clean

File:
1 edited

Legend:

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

    r23361 r23551  
    1919
    2020defined('USER_COLLEC_ID') or define('USER_COLLEC_ID', basename(dirname(__FILE__)));
    21 define('USER_COLLEC_PATH',       PHPWG_PLUGINS_PATH . USER_COLLEC_ID . '/');
    22 define('COLLECTIONS_TABLE',      $prefixeTable.'collections');
    23 define('COLLECTION_IMAGES_TABLE',$prefixeTable.'collection_images');
    24 define('USER_COLLEC_ADMIN',      get_root_url() . 'admin.php?page=plugin-' . USER_COLLEC_ID);
    25 define('USER_COLLEC_PUBLIC',     get_absolute_root_url() . make_index_url(array('section' => 'collections')) . '/');
     21define('USER_COLLEC_PATH',        PHPWG_PLUGINS_PATH . USER_COLLEC_ID . '/');
     22define('COLLECTIONS_TABLE',       $prefixeTable.'collections');
     23define('COLLECTION_IMAGES_TABLE', $prefixeTable.'collection_images');
     24define('USER_COLLEC_ADMIN',       get_root_url() . 'admin.php?page=plugin-' . USER_COLLEC_ID);
     25define('USER_COLLEC_PUBLIC',      get_absolute_root_url() . make_index_url(array('section' => 'collections')) . '/');
    2626define('USER_COLLEC_VERSION',    'auto');
    2727
Note: See TracChangeset for help on using the changeset viewer.