OSDN Git Service

Cleanup. Rename defines and functions. Shrink. Do one thing well.
[pukiwiki/pukiwiki.git] / plugin / tracker_list.inc.php
1 <?php
2 /////////////////////////////////////////////////
3 // PukiWiki - Yet another WikiWikiWeb clone.
4 //
5 // $Id: tracker_list.inc.php,v 1.1 2003/07/10 02:49:35 arino Exp $
6 //
7
8 require_once(PLUGIN_DIR.'tracker.inc.php');
9
10 function plugin_tracker_list_init()
11 {
12         if (function_exists('plugin_tracker_init'))
13         {
14                 plugin_tracker_init();
15         }
16 }
17 ?>