Здесь показаны различия между двумя версиями данной страницы.
| Следущая версия | Предыдущая версия | ||
|
eaze:samples:создание_sitemap_xml [2011/11/10 12:39] sergeyfast создано |
eaze:samples:создание_sitemap_xml [2011/11/10 12:43] (текущий) sergeyfast [pages.xml] |
||
|---|---|---|---|
| Строка 35: | Строка 35: | ||
| <code xml> | <code xml> | ||
| <page uri="/news/" sitemap-priority="0.8" sitemap-changefreq="weekly"> | <page uri="/news/" sitemap-priority="0.8" sitemap-changefreq="weekly"> | ||
| - | <actions>10K.Site.GetNewsList</actions> | + | <actions>Panda.Site.GetNewsList</actions> |
| <template>tmpl://fe/news/index.tmpl.php</template> | <template>tmpl://fe/news/index.tmpl.php</template> | ||
| </page> | </page> | ||
| Строка 45: | Строка 45: | ||
| <action name="GetXmlSitemap" /> | <action name="GetXmlSitemap" /> | ||
| </code> | </code> | ||
| - | ==== GetNewsRss.php ==== | + | ==== GetXmlSitemap.php ==== |
| <code php> | <code php> | ||