mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 12:21:45 +02:00
Allow Sitelinks to be switched between auto-generated SEF Urls and regular URLs. Requires link_owner (plugin directory) field value with corresponding e_url.php configuration.
This commit is contained in:
@@ -508,7 +508,7 @@ if (e_QUERY == 'new')
|
||||
$frm = e107::getForm();
|
||||
|
||||
$breadarray = array(
|
||||
array('text'=> $forum->prefs->get('title'), 'url' => e_REQUEST_URL )
|
||||
array('text'=> $forum->prefs->get('title'), 'url' => e107::url('forum','index') )
|
||||
);
|
||||
|
||||
$fVars->FORUM_BREADCRUMB = $frm->breadcrumb($breadarray);
|
||||
|
Reference in New Issue
Block a user