mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 11:36:08 +02:00
Gsitemap: Display link visibility status while importing.
This commit is contained in:
@@ -30,7 +30,8 @@ class forum_gsitemap // plugin-folder + '_rss'
|
||||
'table' => 'forum',
|
||||
'name' => $row['forum_name'],
|
||||
'url' => e107::url('forum','forum',$row, array('mode'=>'full')), // ('forum/forum/view', $row['forum_id']),
|
||||
'type' => LAN_PLUGIN_FORUM_NAME
|
||||
'type' => LAN_PLUGIN_FORUM_NAME,
|
||||
'class' => (int) $row['forum_class']
|
||||
);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user