1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 14:13:03 +02:00

Linkgen Fixes. Added e107::url() backward compatibility with earlier SEF creation method.

This commit is contained in:
Cameron
2016-03-08 13:53:58 -08:00
parent 7e55a677b3
commit daf5495214
9 changed files with 133 additions and 23 deletions

View File

@@ -23,6 +23,7 @@ $sublink_type['forum']['url'] = "{e_PLUGIN}forum/forum_viewforum.php?#";
$sublink_type['forum']['fieldid'] = 'forum_id';
$sublink_type['forum']['fieldname'] = 'forum_name';
$sublink_type['forum']['fielddiz'] = 'forum_description';
$sublink_type['forum']['sef'] = 'forum/forum';
?>