Revision 1271
Added by Luisehahne almost 16 years ago
| modify.php | ||
|---|---|---|
| 1 | 1 |
<?php |
| 2 |
/*************************************************************************** |
|
| 3 |
* SVN Version information: |
|
| 2 |
/* |
|
| 4 | 3 |
* |
| 5 |
* $Id$
|
|
| 4 |
* About WebsiteBaker
|
|
| 6 | 5 |
* |
| 7 |
***************************************************************************** |
|
| 8 |
* WebsiteBaker |
|
| 9 |
* |
|
| 10 |
* WebsiteBaker Project <http://www.websitebaker2.org/> |
|
| 11 |
* Copyright (C) 2009, Website Baker Org. e.V. |
|
| 12 |
* http://start.websitebaker2.org/impressum-datenschutz.php |
|
| 13 |
* Copyright (C) 2004-2009, Ryan Djurovich |
|
| 14 |
* |
|
| 15 |
* About WebsiteBaker |
|
| 16 |
* |
|
| 17 | 6 |
* Website Baker is a PHP-based Content Management System (CMS) |
| 18 | 7 |
* designed with one goal in mind: to enable its users to produce websites |
| 19 | 8 |
* with ease. |
| 20 | 9 |
* |
| 21 |
***************************************************************************** |
|
| 22 |
|
|
| 23 |
***************************************************************************** |
|
| 24 |
* LICENSE INFORMATION |
|
| 10 |
* LICENSE INFORMATION |
|
| 25 | 11 |
* |
| 26 | 12 |
* WebsiteBaker is free software; you can redistribute it and/or |
| 27 | 13 |
* modify it under the terms of the GNU General Public License |
| ... | ... | |
| 36 | 22 |
* You should have received a copy of the GNU General Public License |
| 37 | 23 |
* along with this program; if not, write to the Free Software |
| 38 | 24 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 39 |
**************************************************************************** |
|
| 40 |
|
|
| 41 |
***************************************************************************** |
|
| 25 |
* |
|
| 42 | 26 |
* WebsiteBaker Extra Information |
| 43 | 27 |
* |
| 44 | 28 |
* |
| 45 |
* |
|
| 46 |
* |
|
| 47 |
*****************************************************************************/ |
|
| 29 |
*/ |
|
| 48 | 30 |
/** |
| 49 | 31 |
* |
| 50 |
* @category modules |
|
| 51 |
* @package code |
|
| 52 |
* @author Ryan Djurovich |
|
| 53 |
* @copyright 2004-2009, Ryan Djurovich |
|
| 54 |
* @copyright 2009, Website Baker Org. e.V. |
|
| 55 |
* @version $Id$ |
|
| 56 |
* @platform WebsiteBaker 2.8.x |
|
| 57 |
* @requirements >= PHP 4.3.4 |
|
| 58 |
* @license http://www.gnu.org/licenses/gpl.html |
|
| 32 |
* @category modules |
|
| 33 |
* @package code |
|
| 34 |
* @author WebsiteBaker Project |
|
| 35 |
* @copyright 2004-2009, Ryan Djurovich |
|
| 36 |
* @copyright 2009-2010, Website Baker Org. e.V. |
|
| 37 |
* @link http://www.websitebaker2.org/ |
|
| 38 |
* @license http://www.gnu.org/licenses/gpl.html |
|
| 39 |
* @platform WebsiteBaker 2.8.x |
|
| 40 |
* @requirements PHP 4.3.4 and higher |
|
| 41 |
* @version $Id$ |
|
| 42 |
* @filesource $HeadURL$ |
|
| 43 |
* @lastmodified $Date$ |
|
| 59 | 44 |
* |
| 60 |
* |
|
| 61 |
*/ |
|
| 45 |
*/ |
|
| 62 | 46 |
|
| 63 | 47 |
// Setup template object |
| 64 | 48 |
$template = new Template(WB_PATH.'/modules/code'); |
| 65 | 49 | |
Also available in: Unified diff
continue update header info