Archived
1
0
This commit is contained in:
Ian
2016-03-19 17:18:11 +01:00
parent aa12313ee4
commit d93674485d
6 changed files with 25 additions and 17 deletions
@@ -9,10 +9,12 @@ if (IN_serendipity !== true) {
@serendipity_plugin_api::load_language(dirname(__FILE__));
class serendipity_plugin_recententries extends serendipity_plugin {
class serendipity_plugin_recententries extends serendipity_plugin
{
var $title = PLUGIN_RECENTENTRIES_TITLE;
function introspect(&$propbag) {
function introspect(&$propbag)
{
$this->title = $this->get_config('title', $this->title);
$propbag->add('name', PLUGIN_RECENTENTRIES_TITLE);