Revert "Log and always regenerate MVLog maps on save"
This reverts commit 6ba4050d9a.
This commit is contained in:
parent
6ba4050d9a
commit
f46217f37b
2 changed files with 26 additions and 50 deletions
|
|
@ -485,7 +485,6 @@ $siteHeaderTitle = $headerTitles[array_rand($headerTitles)];
|
|||
<?php endforeach; ?>
|
||||
</div>
|
||||
|
||||
<?php if ($articleId === ''): ?>
|
||||
<div class="pages">
|
||||
<?php for($i=1;$i<=$pages;$i++):
|
||||
$linkParams = $baseParams;
|
||||
|
|
@ -494,7 +493,6 @@ $siteHeaderTitle = $headerTitles[array_rand($headerTitles)];
|
|||
<a class="<?=$i===$page?'active':''?>" href="<?=h(query_url($linkParams))?>"><?=$i?></a>
|
||||
<?php endfor; ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</section>
|
||||
</main>
|
||||
<?php include __DIR__ . '/_footer.php'; ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue