1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 17:19:56 +02:00

Gsitemap: Display link visibility status while importing.

This commit is contained in:
Cameron
2021-07-22 13:51:35 -07:00
parent fce00b4276
commit 95fab15c02
5 changed files with 35 additions and 10 deletions

View File

@@ -35,7 +35,8 @@ class download_gsitemap
'table' => 'download_category',
'name' => $row['download_category_name'],
'url' => e107::url('download', 'category', $row, array('mode' => 'full' )),
'type' => LAN_PLUGIN_DOWNLOAD_NAME
'type' => LAN_PLUGIN_DOWNLOAD_NAME,
'class' => 0
);
}
@@ -47,7 +48,8 @@ class download_gsitemap
'table' => 'download',
'name' => $row['download_name'],
'url' => e107::url('download', 'item', $row, array('mode' => 'full' )),
'type' => LAN_PLUGIN_DOWNLOAD_NAME
'type' => LAN_PLUGIN_DOWNLOAD_NAME,
'class' => 0
);
}