metadata.php

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