metadata.php

Go to the documentation of this file.
00001 <?php
00002 
00006 $sMetadataVersion = '1.0';
00007 
00011 $aModule = array(
00012     'id'           => 'invoicepdf',
00013     'title'        => 'Invoice PDF',
00014     'description'  => 'Module for making invoice PDF files.',
00015     'thumbnail'    => 'picture.png',
00016     'version'      => '1.0',
00017     'author'       => 'OXID eSales AG',
00018     'extend'       => array(
00019         'oxorder' => 'invoicepdf/myorder'
00020     )
00021 );