/home/techb158/immovalet.com/platform/packages/sitemap/resources/views
NameSizeModeActions
google-news.blade.php21680644editdlrm
html.blade.php4690644editdlrm
ror-rdf.blade.php7830644editdlrm
ror-rss.blade.php7500644editdlrm
sitemapindex.blade.php5610644editdlrm
txt.blade.php620644editdlrm
xml-mobile.blade.php4730644editdlrm
xml.blade.php63840644editdlrm
Edit: /home/techb158/immovalet.com/platform/packages/sitemap/resources/views/google-news.blade.php (2168B)
{!! '<' . '?' . 'xml version="1.0" encoding="UTF-8"?>' . "\n" !!} @if (null != $style) {!! '<' . '?' . 'xml-stylesheet href="' . $style . '" type="text/xsl"?>' . "\n" !!} @endif @foreach ($items as $item) {{ $item['loc'] }} @if ($item['lastmod'] !== null) {{ date('Y-m-d\TH:i:sP', strtotime($item['lastmod'])) }} @endif @if (!empty($item['alternates'])) @foreach ($item['alternates'] as $alternate) @endforeach @endif {{ $item['googlenews']['sitename'] }} {{ $item['googlenews']['language'] }} {{ date('Y-m-d\TH:i:sP', strtotime($item['googlenews']['publication_date'])) }} {{ $item['title'] }} @if (isset($item['googlenews']['access'])) {{ $item['googlenews']['access'] }} @endif @if (isset($item['googlenews']['keywords'])) {{ implode(',', $item['googlenews']['keywords']) }} @endif @if (isset($item['googlenews']['genres'])) {{ implode(',', $item['googlenews']['genres']) }}; @endif @if (isset($item['googlenews']['stock_tickers'])) {{ implode(',', $item['googlenews']['stock_tickers']) }} @endif @endforeach