xref: /template/minimal/template_plugin.php (revision 77bc0ffe8a39c3210c7e71ac61c6dddd53c6515f)
1<?php
2/**
3 * Minimal Template Helper Plugin (for common tasks)
4 *
5 * @link     http://dokuwiki.org/template:minimal
6 * @author   Reactive Matter <reactivematter@protonmail.com>
7 * @license  GPL 2 (http://www.gnu.org/licenses/gpl.html)
8 */
9
10// must be run from within DokuWiki
11if (!defined('DOKU_INC')) die();
12