15 lines
400 B
PHP
15 lines
400 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'mode' => 'utf-8',
|
||
|
'format' => 'letter',
|
||
|
'author' => 'St John Church',
|
||
|
'subject' => '',
|
||
|
'keywords' => '',
|
||
|
'creator' => 'St John Church',
|
||
|
'display_mode' => 'fullpage',
|
||
|
'simpleTables' => 'true',
|
||
|
'useSubstitutions' => 'false',
|
||
|
'tempDir' => base_path('../temp/')
|
||
|
];
|