]> git.wh0rd.org - tt-rss.git/blame - plugins/af_comics/af_comics_template.php
Updated cache_images() to use _MIN_CACHE_IMAGE_SIZE constant when checking file size...
[tt-rss.git] / plugins / af_comics / af_comics_template.php
CommitLineData
901dd67a
AD
1<?php
2class Af_Comics_Template extends Af_ComicFilter {
3
4 function supported() {
5 return array("Example");
6 }
7
8 function process(&$article) {
9 $owner_uid = $article["owner_uid"];
10
11 return false;
12 }
13}
14?>