Index: trunk/extensions/SemanticForms/SemanticForms.php |
— | — | @@ -22,7 +22,7 @@ |
23 | 23 | # seen on your local filesystem. Used against some PHP file path |
24 | 24 | # issues. |
25 | 25 | # # |
26 | | -$sfgIP = dirname( __FILE__ ) . '/..'; |
| 26 | +$sfgIP = dirname( __FILE__ ); |
27 | 27 | # # |
28 | 28 | |
29 | 29 | |
— | — | @@ -30,7 +30,7 @@ |
31 | 31 | // $pathfix = $IP . $sfgScriptPath; |
32 | 32 | |
33 | 33 | // load global functions |
34 | | -require_once( 'SF_GlobalFunctions.php' ); |
| 34 | +require_once( 'includes/SF_GlobalFunctions.php' ); |
35 | 35 | |
36 | 36 | sffInitNamespaces(); |
37 | 37 | |