mirror of
https://github.com/processwire/processwire.git
synced 2025-08-09 16:26:59 +02:00
Update copyright date in installer footer
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
if(!defined("PROCESSWIRE_INSTALL")) die();
|
||||
?>
|
||||
|
||||
<?php if($formAction) echo "</form>"; ?>
|
||||
<?php if(!empty($formAction)) echo "</form>"; ?>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
@@ -10,7 +10,7 @@ if(!defined("PROCESSWIRE_INSTALL")) die();
|
||||
<!-- FOOTER -->
|
||||
<footer id='pw-footer' class='uk-margin'>
|
||||
<div class='pw-container uk-container uk-container-center'>
|
||||
<p>ProcessWire 3.x © 2023</p>
|
||||
<p>ProcessWire 3.x © 2024</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
Reference in New Issue
Block a user