* * Previous Authors: * @author Anika Henke * @author Clarence Lee * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ // require functions require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR .'bootstrap.php'); // must be run from within DokuWiki if (!defined('DOKU_INC')) die(); header('X-UA-Compatible: IE=edge,chrome=1'); ?> <?php echo hsc(tpl_img_getTag('IPTC.Headline',$IMG))?> [<?php echo strip_tags($conf['title'])?>]
'.$ERROR.''; else: ?>

$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 '
'.$lang[$tag[1]].':
'; if ($tag[2] == 'date') { echo dformat($value); } else { echo hsc($value); } echo '
'; } } ?>
*/ ?>

    = AUTH_UPLOAD) && function_exists('media_managerURL')) { $mmURL = media_managerURL(array('ns' => $imgNS, 'image' => $IMG)); $data['items']['mediaManager'] = '
  • '.$lang['img_manager'].'
  • '; } // Back to [ID]; @todo: transfer logic to backend $data['items']['img_backto'] = '
  • '.$lang['img_backto'].' '.$ID.'
  • '; // the page tools can be amended through a custom plugin hook $evt = new Doku_Event('TEMPLATE_PAGETOOLS_DISPLAY', $data); if($evt->advise_before()){ foreach($evt->data['items'] as $k => $html) echo $html; } $evt->advise_after(); unset($data); unset($evt); ?>