<ul class="mixture-dropdown admin no-style">
                        <?php 
    _mixture_adminDropdown();
    ?>
                    </ul>
                </li>
                <li class="has-overlay">
                    <label class="btn btn-sm radius-right background-color-red color-auto" for="mixture__admin_overlay_check"><?php 
    echo _mixture_glyph("has-overlay");
    ?>
</label><input type="checkbox" id="mixture__admin_overlay_check" class="js-modal-check" />
                    <div id="mixture__admin_overlay" class="mixture-overlay">
                        <div class="container full-width">
                            <div class="modal col-11 col-xs-9 col-sm-7 col-md-5 col-lg-3 container full-width">
                                <label for="mixture__admin_overlay_check" class="btn btn-sm radius background-color-red color-white"><?php 
    echo _mixture_glyph("close", "close");
    ?>
</label>
                                <ul>
                                    <?php 
    _mixture_adminDropdown();
    ?>
                                </ul>
                            </div>
                        </div>
                    </div>
                </li>
            <?php 
}
?>
            <li>
"><?php 
        echo $conf['title'];
        ?>
</a></span>
                <span id="mixture__landing_tagline" class="container full-width justify-center"><a href="#dokuwiki__top" title="<?php 
        echo $lang['btn_top'];
        ?>
"><?php 
        echo $conf['tagline'];
        ?>
</a></span>
                <span id="mixture__landing_skip" class="container full-width justify-center"><a href="#dokuwiki__top" title="<?php 
        echo $lang['btn_top'];
        ?>
"><span><?php 
        echo _mixture_glyph("skip");
        ?>
</i></span></a></span>
            </div>
            <?php 
        if (strpos(tpl_getConf('elements'), 'header_landing_changes') !== false) {
            ?>
                <div id="js_landing_changes_container" class="container full-width justify-center items-center color-white <?php 
            echo tpl_getConf('landingNewsStyle');
            ?>
">
                    <div id="js_landing_changes_buttons" class="col-auto pause-on-hover">
                        <i id="js_landing_changes_buttons_prev" class="fa fa-arrow-left"></i>
                        <i id="js_landing_changes_buttons_status" class="status fa fa-fw fa-play state"></i>
                        <i id="js_landing_changes_buttons_next" class="fa fa-arrow-right"></i>
                    </div>
function _mixture_helpDropdown()
{
    global $lang;
    //    global $ID, $ACT, $auth, $browserLang;
    echo '<li class="dropdown-header"><span>' . tpl_getLang('help') . '</span></li>';
    $helps = array('syntax' => 'wiki:syntax', 'playground' => 'playground:playground', 'about' => 'wiki:dokuwiki');
    foreach ($helps as $help => $target) {
        if (page_exists($target)) {
            $class = "wikilink1";
        } else {
            $class = "wikilink2";
        }
        echo '<li><a href="/doku.php?id=' . $target . '" class="action ' . $class . '" title="' . tpl_getLang($help) . ' (' . $target . ')">' . _mixture_glyph($help, true) . ' ' . tpl_getLang($help) . '</a></li>';
    }
    echo '<li class="dropdown-divider"></li>';
    echo '<li><a href="http://translate.dokuwiki.org/" class="action" title="' . tpl_getLang('localize') . '"><i class="fa fa-fw text-alt fa-flag"></i> ' . tpl_getLang('localize') . '</a></li>';
}
><img
                src="<?php 
echo tpl_basedir();
?>
images/button-juiced.png" width="80" height="15" alt="Based on Juiced" /></a>
        </div>
        <div id="mixture__footer-about" class="col-12 container justify-center">
            <?php 
_mixture_about();
?>
        </div>
        <?php 
tpl_includeFile('footer.html');
?>
        <div id="scroll-up">
            <a href="#dokuwiki__top">
                <span class="fa-stack">
                    <i class="fa fa-square fa-stack-2x"></i>
                    <?php 
echo _mixture_glyph("scroll-up", "scroll-up");
?>
                </span>
            </a>
        </div>
        <div class="no"><?php 
tpl_indexerWebBug();
?>
</div>
    </div>
</footer><!-- /#dokuwiki__footer -->