flatpress/admin/panels/entry/admin.entry.conf.php
2007-10-30 10:30:07 +00:00

27 lines
287 B
PHP
Executable File

<?php
/**
* edit entry panel
*
* Type:
* Name:
* Date:
* Purpose:
* Input:
*
* @author NoWhereMan <real_nowhereman at users dot sf dot com>
*
*/
$admin_entry_sections = array(
'list',
'new',
'edit',
'delete',
'comms',
'commsdel'
);
?>