}
$thispage['filename'] = $mykey;
- // FIXME: Use real permalink specified for that file; users without mod_rewrite or not using this will get errors.
- // Suggestion: use index.php?serendipity[subpage]=XXX, it works on all systems.
- $thispage['permalink'] = $serendipity['serendipityHTTPPath'] . 'pages/' . $mykey .'.htm';
+ // Thanks for pointing this out to me and not just fixing it, I'm learning.
+ $thispage['permalink'] = $serendipity['serendipityHTTPPath'] . 'index.php?serendipity[subpage]=' . $mykey .'.htm';
break;
case 'alias': // The title and the string used to match links
}
return 'Serendipity_Import_VoodooPad';
-?>
\ No newline at end of file
+?>