Dotclear

source: plugins/feed2img/_admin.php @ 3099

Revision 3099, 473 bytes checked in by nicofrand, 11 years ago (diff)

Version 1.0.1: bugfixes and phpdoc

Line 
1<?php
2/**
3 * @author Nicolas Frandeboeuf <nicofrand@gmail.com>
4 * @version 1.0.1
5 * @package feed2img
6 */
7
8if (!defined("DC_CONTEXT_ADMIN"))
9    return;
10
11require_once(dirname(__FILE__) . "/inc/class.feed2img.php");
12$core->addBehavior("adminAfterPostCreate", array("EntriesSelection", "buildImage"));
13$core->addBehavior("adminAfterPostUpdate", array("EntriesSelection", "buildImage"));
14$core->addBehavior("adminBeforePostDelete", array("EntriesSelection", "buildImage"));
15?>
Note: See TracBrowser for help on using the repository browser.

Sites map