HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/plateau.komma.nl/vendor/laravelium/sitemap/src/views/ror-rss.php
<?= '<'.'?'.'xml version="1.0" encoding="UTF-8"?>'."\n"; ?>
<rss version="2.0" xmlns:ror="http://rorweb.com/0.1/" >
<channel>
	<title><?= $channel['title'] ?></title>
	<link><?= $channel['link'] ?></link>
<?php foreach ($items as $item) : ?>
	<item>
		<link><?= $item['loc'] ?></link>
		<title><?= $item['title'] ?></title>
		<ror:updated><?= date('Y-m-d\TH:i:sP', strtotime($item['lastmod'])) ?></ror:updated>
		<ror:updatePeriod><?= $item['freq'] ?></ror:updatePeriod>
		<ror:sortOrder><?= $item['priority'] ?></ror:sortOrder>
		<ror:resourceOf>sitemap</ror:resourceOf>
	</item>
<?php endforeach; ?>
</channel>
</rss>