Ignore:
Timestamp:
Jan 5, 2013, 2:44:26 PM (11 years ago)
Author:
mistic100
Message:

some little fixes

File:
1 edited

Legend:

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

    r18650 r19842  
    2727define('SKELETON_ADMIN',   get_root_url() . 'admin.php?page=plugin-' . SKELETON_ID);
    2828define('SKELETON_PUBLIC',  get_absolute_root_url() . make_index_url(array('section' => 'skeleton')) . '/');
    29 define('SKELETON_DIR',     PWG_LOCAL_DIR . 'skeleton/');
     29define('SKELETON_DIR',     PHPWG_ROOT_PATH . PWG_LOCAL_DIR . 'skeleton/');
    3030define('SKELETON_VERSION', 'auto');
    3131// this is automatically updated by PEM if you publish your plugin with SVN, otherwise you musn't forget to change it, as well as "Version" in the plugin header
Note: See TracChangeset for help on using the changeset viewer.