summaryrefslogtreecommitdiff
path: root/plugins/af_comics/af_comics_template.php
blob: a8054a3df0e4c934c2b11b049f7c8113845a1a7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
class Af_Comics_Template extends Af_ComicFilter {

	function supported() {
		return array("Example");
	}

	function process(&$article) {
		//$owner_uid = $article["owner_uid"];

		return false;
	}
}