17 lines
390 B
PHP
17 lines
390 B
PHP
<?php defined('SYSPATH') or die('No direct access allowed.');
|
|
|
|
/**
|
|
* Photo system default configurable items.
|
|
*
|
|
* @package Photo
|
|
* @category Configuration
|
|
* @author Deon George
|
|
* @copyright (c) 2010-2013 Deon George
|
|
* @license http://dev.leenooks.net/license.html
|
|
*/
|
|
|
|
return array(
|
|
'Duplicates' => array('icon'=>'icon-edit','url'=>URL::site('photo/duplicate')),
|
|
);
|
|
?>
|