', // set viewport for mobile devices // include js and css from kit sources ' '; // dokuwiki specific css and js tpl_metaheaders(); echo tpl_favicon(array('favicon', 'mobile')), '
'; if( $ID == $conf['start'] && $ACT != 'diff' && $ACT != 'edit' && $ACT != 'preview' && $ACT != 'admin' && $ACT != 'login' && $ACT != 'logout' && $ACT != 'profile' && $ACT != 'revisions' && $ACT != 'index' && $ACT != 'search' && $ACT != 'media' && tpl_getConf("bighead") == 'yes' ) { /* default images from https://pixabay.com/illustrations/universe-particles-vibration-line-1566161/*/ echo '
', $conf['title'] ,'

', $conf['title'] ,'

'; } else{ echo '
', $conf['title'] ,'
'; } echo '
'; html_msgarea(); // BREADCRUMBS echo ''; tpl_flush(); echo '
'; if($_SERVER['REMOTE_USER']) { echo '
'; foreach((new \dokuwiki\Menu\PageMenu())->getItems() as $item) { echo ' '.inlineSVG($item->getSvg()).' '.$item->getLabel().' '; } echo '
'; } tpl_content(false); echo '
'; if($_SERVER['REMOTE_USER']) tpl_indexerWebBug(); echo ' '; ?>