11 lines
223 B
PHP
Executable file
11 lines
223 B
PHP
Executable file
<?php
|
|
/*
|
|
* configuration metadata
|
|
*
|
|
*/
|
|
|
|
$meta['logo'] = array('string');
|
|
|
|
$meta['discussionPage'] = array('string');
|
|
$meta['userPage'] = array('string');
|
|
$meta['hideTools'] = array('onoff');
|