mirror of
https://github.com/processwire/processwire.git
synced 2025-08-10 08:44:46 +02:00
Happy New Year
This commit is contained in:
@@ -40,7 +40,7 @@ development branch.
|
|||||||
ProcessWire is a timeless tool for web professionals that has always been
|
ProcessWire is a timeless tool for web professionals that has always been
|
||||||
committed to the long term. It started in 2003, gained the name ProcessWire
|
committed to the long term. It started in 2003, gained the name ProcessWire
|
||||||
in 2006, and has been in active development as an open source project since 2010.
|
in 2006, and has been in active development as an open source project since 2010.
|
||||||
Now more than a decade later (2021), we’re just getting started, as ProcessWire
|
Now more than a decade later (2023), we’re just getting started, as ProcessWire
|
||||||
continues to grow and develop into the next 10 years and beyond.
|
continues to grow and develop into the next 10 years and beyond.
|
||||||
|
|
||||||
While ProcessWire has been around for a long time, don’t feel bad if you haven’t
|
While ProcessWire has been around for a long time, don’t feel bad if you haven’t
|
||||||
@@ -181,5 +181,5 @@ resolved any issues.
|
|||||||
|
|
||||||
------
|
------
|
||||||
|
|
||||||
Copyright 2022 by Ryan Cramer / Ryan Cramer Design, LLC
|
Copyright 2023 by Ryan Cramer / Ryan Cramer Design, LLC
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@ require_once(__DIR__ . '/boot.php');
|
|||||||
* ~~~~~
|
* ~~~~~
|
||||||
* #pw-body
|
* #pw-body
|
||||||
*
|
*
|
||||||
* ProcessWire 3.x, Copyright 2022 by Ryan Cramer
|
* ProcessWire 3.x, Copyright 2023 by Ryan Cramer
|
||||||
* https://processwire.com
|
* https://processwire.com
|
||||||
*
|
*
|
||||||
* Default API vars (A-Z)
|
* Default API vars (A-Z)
|
||||||
|
@@ -10,7 +10,7 @@ if(!defined("PROCESSWIRE_INSTALL")) die();
|
|||||||
<!-- FOOTER -->
|
<!-- FOOTER -->
|
||||||
<footer id='pw-footer' class='uk-margin'>
|
<footer id='pw-footer' class='uk-margin'>
|
||||||
<div class='pw-container uk-container uk-container-center'>
|
<div class='pw-container uk-container uk-container-center'>
|
||||||
<p>ProcessWire 3.x © 2022</p>
|
<p>ProcessWire 3.x © 2023</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user