* @author Anika Henke * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ /** * MindTheDark theme settings ****************************************************** */ $configUserChoice = tpl_getConf('userChoice'); $configAutoDark = tpl_getConf('autoDark'); $theme = tpl_getConf('theme'); if ($configUserChoice) { if (isset($_COOKIE["theme"])) { $theme = $_COOKIE["theme"]; } else { // If the cookie has never been set and both options are enabled, // then the auto mode will be used until the user makes a choice if ($configAutoDark) { $theme = "auto"; } else { $theme = "light"; } } } if ($configAutoDark and !$configUserChoice) { $theme = "auto"; } // 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: ?>

'.$lang['reference'].':'; $media_usage = ft_mediause($IMG,true); if(count($media_usage) > 0){ foreach($media_usage as $path){ echo '
'.html_wikilink($path).'
'; } }else{ echo '
'.$lang['nothingfound'].'
'; } ?>

*/ ?>

    getListItems(); ?>