Log and always regenerate MVLog maps on save
This commit is contained in:
parent
37e43b6bca
commit
6ba4050d9a
2 changed files with 50 additions and 26 deletions
|
|
@ -485,6 +485,7 @@ $siteHeaderTitle = $headerTitles[array_rand($headerTitles)];
|
|||
<?php endforeach; ?>
|
||||
</div>
|
||||
|
||||
<?php if ($articleId === ''): ?>
|
||||
<div class="pages">
|
||||
<?php for($i=1;$i<=$pages;$i++):
|
||||
$linkParams = $baseParams;
|
||||
|
|
@ -493,6 +494,7 @@ $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