Feature #723
XML-Sitemap
| Status: | Closed | Start: | 08/01/2009 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | extension ideas | |||
| Target version: | 2.3 | |||
Description
an ext to generate xml sitemaps
History
Updated by Sein Kraft 110 days ago
simple change and final
$page->set_type("application/rss+xml");
to
$page->set_type("application/xml");
Updated by Shish Moom 109 days ago
- Status changed from New to Closed
Added in e87734c with a couple of superfluous lines removed (the empty onInitExt() and a place where $base_href was set twice and used once)