7 lines
71 B
PHP
7 lines
71 B
PHP
|
|
<?php
|
||
|
|
return array(
|
||
|
|
array(
|
||
|
|
'name' => '',
|
||
|
|
'type' => 'templates',
|
||
|
|
),
|
||
|
|
);
|