Changeset 71
- Timestamp:
- 06/21/07 10:08:59 (2 years ago)
- Files:
-
- trunk/wp-infocard/pw-config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-infocard/pw-config.php
r68 r71 12 12 define ('PW_VERSION_DATE', '17May07'); 13 13 define ('PW_SELECTORTRIGGER', 'html'); 14 //define ('PW_CUSTOMDATAPATH', dirname(__FILE__) . '/' . PW_PLUGIN. '/customdata.pw.php');15 define ('PW_CUSTOMDATAPATH', dirname(__FILE__) . '/custom/customdata.pw.php');14 define ('PW_CUSTOMDATAPATH', dirname(__FILE__) . '/' . PW_PLUGIN. '/customdata.pw.php'); 15 //define ('PW_CUSTOMDATAPATH', dirname(__FILE__) . '/custom/customdata.pw.php'); 16 16 17 17 include_once( PW_CUSTOMDATAPATH );
