Source for file data.creationtime.php
Documentation is available at data.creationtime.php
* @subpackage plugins_data
// +----------------------------------------------------------------------+
// | Copyright (c) 2005, bitweaver.org
// +----------------------------------------------------------------------+
// | All Rights Reserved. See below for details and a complete list of authors.
// | Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
// | For comments, please use phpdocu.sourceforge.net documentation standards!!!
// | -> see http://phpdocu.sourceforge.net/
// +----------------------------------------------------------------------+
// | Author: James H Thompson (jht@lj.net)
// +----------------------------------------------------------------------+
// this executes before all packages are registered so can't reliably check isPackageActive here!
define( 'PLUGIN_GUID_DATA_CREATIONTIME', 'datacreationtime' );
'requires_pair' => FALSE,
'load_function' => 'data_creationtime',
'title' => 'Creation Time',
'help_page' => 'DataPluginCreationTime',
'description' => tra("This plugin will display the creation time of a page."),
'help_function' => 'data_creationtime_help',
'syntax' => "{creationtime}",
return tra( "Example: " ). "{creationtime}<br />";
//The actual handler for the plugin
|