* @license MIT License (https://opensource.org/license/MIT)
*/
// Must be run within DokuWiki
if (!defined('DOKU_INC')) die();
// Include hook for template functions
@require_once(dirname(__FILE__) . '/tpl_functions.php');
?>
[]
$tag) {
$t = array();
if (!empty($tag[0])) {
$t = array(
$tag[0]
);
}
if (is_array($tag[3])) {
$t = array_merge($t, $tag[3]);
}
$value = tpl_img_getTag($t);
if ($value) {
echo '