OXID eShop CE
4.8.11
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Pages
metadata.php
Go to the documentation of this file.
1
<?php
2
6
$sMetadataVersion
=
'1.0'
;
7
11
$aModule
= array(
12
'id'
=>
'invoicepdf'
,
13
'title'
=>
'Invoice PDF'
,
14
'description'
=>
'Module to export invoice PDF files.'
,
15
'thumbnail'
=>
'picture.png'
,
16
'version'
=>
'1.0'
,
17
'author'
=>
'OXID eSales AG'
,
18
'extend'
=> array(
19
'oxorder'
=>
'oe/invoicepdf/myorder'
20
)
21
);
modules
oe
invoicepdf
metadata.php
Generated by
1.8.1.2