OSDN Git Service

- added ethna create-plugin command implementation.
[ethna/ethna.git] / skel / plugin / skel.plugin.sb.php
1 <?php
2 // vim: foldmethod=marker
3 /**
4  *  {$plugin_name} Smarty block Plugin
5  *
6  *  @author     your name <yourname@example.com>
7  *  @license    http://www.opensource.org/licenses/bsd-license.php The BSD License
8  *  @package    Ethna_Plugin
9  *  @version    $Id$
10  */
11
12 function smarty_block_{$plugin_name}($params, $content, &$smarty, &$repeat)
13 {
14 }
15 ?>