-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.php
More file actions
38 lines (30 loc) · 1.71 KB
/
Copy pathinfo.php
File metadata and controls
38 lines (30 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?php
/*
and WBCE CMS (https://wbce.org)
Copyright (C) 2007 - 2021, Christoph Marti
Copyleft 2021- Christian M. Stefan, Florian Meerwinck
LICENCE TERMS:
This module is free software. You can redistribute it and/or modify it
under the terms of the GNU General Public License - version 2 or later,
as published by the Free Software Foundation: http://www.gnu.org/licenses/gpl.html.
DISCLAIMER:
This module is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
*/
/*
-----------------------------------------------------------------------------------------
Bakery module for WBCE CMS 1.4.x (https://wbce.org)
The Bakery module provides the facility to add online shopping pages to WBCE CMS
-----------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------
*/
$module_directory = 'bakery';
$module_name = 'Bakery';
$module_function = 'page,preinit';
$module_version = '2.1.0'; // alpha!
$module_platform = '1.6.8';
$module_author = 'Christoph Marti, Florian Meerwinck, Christian M. Stefan';
$module_license = 'GNU General Public License';
$module_description = 'Bakery is a WBCE CMS shop module with catalog, cart, stock administration, order administration and invoice/delivery note/reminder printing feature. Payment in advance, invoice, cash on delivery and/or different payment gateways. Further information can be found on the <a href="http://www.bakery-shop.ch" target="_blank">Bakery Website</a>.';