This commit is contained in:
LC 2023-11-05 21:15:33 +01:00
parent 1434e1b776
commit 38e19d00ac
1 changed files with 5 additions and 5 deletions

View File

@ -1,21 +1,21 @@
<?php <?php
/** /**
* This file is part of DeltaCMS. * This file is part of DeltaCMS.
* For full copyright and license information, please see the LICENSE * For full copyright and license information, please see the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
* @author Sylvain Lelièvre <https://deltacms.fr/contact> * @author Sylvain Lelièvre
* @copyright 2021 © Sylvain Lelièvre * @copyright 2021 © Sylvain Lelièvre
* @author Lionel Croquefer <https://deltacms.fr/contact> * @author Lionel Croquefer
* @copyright 2022 © Lionel Croquefer * @copyright 2022 © Lionel Croquefer
* @license GNU General Public License, version 3 * @license GNU General Public License, version 3
* @link https://deltacms.fr/ * @link https://deltacms.fr/
* @contact https://deltacms.fr/contact
* *
* Delta was created from version 11.2.00.24 of ZwiiCMS * Delta was created from version 11.2.00.24 of ZwiiCMS
* @author Rémi Jean <remi.jean@outlook.com> * @author Rémi Jean <remi.jean@outlook.com>
* @copyright Copyright (C) 2008-2018, Rémi Jean * @copyright 2008-2018 © Rémi Jean
* @author Frédéric Tempez <frederic.tempez@outlook.com> * @author Frédéric Tempez <frederic.tempez@outlook.com>
* @copyright Copyright (C) 2018-2021, Frédéric Tempez * @copyright 2018-2021 © Frédéric Tempez
*/ */
class page extends common { class page extends common {