additional_plugins/serendipity_plugin_flickrbadge/serendipity_plugin_flickrbadge.php

19 lines
545 B
PHP
Raw Permalink Normal View History

2011-12-13 12:29:05 +01:00
<?php
/**
* serendipity_plugin_flickrbadge - Your last photos from Flickr.com
*
* Serendipity plugin implementing a sidebar item which displays your last photos
* you have added to Flickr.com
*
* @author Lars Strojny <lars@strojny.net>
*/
2021-07-11 20:03:51 +02:00
@define('SERENDIPITY_PLUGIN_FLICKRBADGE_VERSION', '0.13.2');
2011-12-13 12:29:05 +01:00
if (IN_serendipity != true) die("Don't hack");
2011-12-13 12:29:05 +01:00
if (version_compare(phpversion(), '5.1.0', '>=')) {
@serendipity_plugin_api::load_language(dirname(__FILE__));
2011-12-13 12:29:05 +01:00
require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . 'plugin.inc.php';
}