From 081147b95980645ee0f905276120bd50aff10f67 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Thu, 4 Oct 2018 09:54:02 +0100 Subject: Code style --- resources/views/modules/sitemap/config.php | 32 +++--- .../views/modules/sitemap/sitemap-file.xml.php | 16 +-- .../views/modules/sitemap/sitemap-index.xml.php | 124 ++++++++++----------- 3 files changed, 86 insertions(+), 86 deletions(-) (limited to 'resources/views/modules/sitemap') diff --git a/resources/views/modules/sitemap/config.php b/resources/views/modules/sitemap/config.php index 412a1f0e9a..5f3f12e255 100644 --- a/resources/views/modules/sitemap/config.php +++ b/resources/views/modules/sitemap/config.php @@ -6,22 +6,22 @@

- www.sitemaps.org.') ?> + www.sitemaps.org.') ?>

- +

- + - - getTitle(), false, ['name' => 'sitemap' . $tree->getTreeId(), 'checked' => (bool) $tree->getPreference('include_in_sitemap')]) ?> - + + getTitle(), false, ['name' => 'sitemap' . $tree->getTreeId(), 'checked' => (bool) $tree->getPreference('include_in_sitemap')]) ?> +
@@ -29,7 +29,7 @@

- +

Sitemap: 
@@ -37,15 +37,15 @@

- +

diff --git a/resources/views/modules/sitemap/sitemap-file.xml.php b/resources/views/modules/sitemap/sitemap-file.xml.php index d81137909b..451ff3cc32 100644 --- a/resources/views/modules/sitemap/sitemap-file.xml.php +++ b/resources/views/modules/sitemap/sitemap-file.xml.php @@ -1,13 +1,13 @@ - - - url()) ?> - getFirstFact('CHAN') !== null): ?> - getFirstFact('CHAN')->getDate()->minimumDate()->Format('%Y-%m-%d') ?> - - - + + + url()) ?> + getFirstFact('CHAN') !== null) : ?> + getFirstFact('CHAN')->getDate()->minimumDate()->Format('%Y-%m-%d') ?> + + + diff --git a/resources/views/modules/sitemap/sitemap-index.xml.php b/resources/views/modules/sitemap/sitemap-index.xml.php index 4daf2fe59c..62b5e79643 100644 --- a/resources/views/modules/sitemap/sitemap-index.xml.php +++ b/resources/views/modules/sitemap/sitemap-index.xml.php @@ -1,68 +1,68 @@ - $count): ?> - - - - 'sitemap', 'action' => 'File', 'file' => $tree_id . '-i-' . $i])) ?> - - - - - - - - - $count): ?> - - - - 'sitemap', 'action' => 'File', 'file' => $tree_id . '-m-' . $i])) ?> - - - - - - - + $count) : ?> + + + + 'sitemap', 'action' => 'File', 'file' => $tree_id . '-i-' . $i])) ?> + + + + + + + + + $count) : ?> + + + + 'sitemap', 'action' => 'File', 'file' => $tree_id . '-m-' . $i])) ?> + + + + + + + - $count): ?> - - - - 'sitemap', 'action' => 'File', 'file' => $tree_id . '-i-' . $i])) ?> - - - - - - - - - $count): ?> - - - - 'sitemap', 'action' => 'File', 'file' => $tree_id . '-r-' . $i])) ?> - - - - - - - + $count) : ?> + + + + 'sitemap', 'action' => 'File', 'file' => $tree_id . '-i-' . $i])) ?> + + + + + + + + + $count) : ?> + + + + 'sitemap', 'action' => 'File', 'file' => $tree_id . '-r-' . $i])) ?> + + + + + + + - $count): ?> - - - - 'sitemap', 'action' => 'File', 'file' => $tree_id . '-s-' . $i])) ?> - - - - - - - + $count) : ?> + + + + 'sitemap', 'action' => 'File', 'file' => $tree_id . '-s-' . $i])) ?> + + + + + + + -- cgit v1.3