1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/heyos-mdt-for-typecho

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
footer.php 1.8 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Jun Отправлено 30.10.2020 10:43 1ae9430
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
</div>
</div><!-- end #body -->
<?php if ($this->options->customFootHTML): ?>
<?php $this->options->customFootHTML() ?>
<?php endif; ?>
<!-- MDT For Typecho By oCoke -->
<div id="footer" role="contentinfo" class="mdui-text-center mdui-card mdui-m-y-3">
<p>&copy; <?php echo date('Y'); ?> <a href="<?php $this->options->siteUrl(); ?>"><?php $this->options->title(); ?></a>.</p>
<p>Powered by <a href="http://www.typecho.org">Typecho</a></p>
<p>Theme <a href="https://github.com/oCoke/MDT-For-Typecho">MDT</a> by <a href="https://github.com/oCoke">oCoke</a></p>
</div><!-- end #footer -->
<!-- MDUI JS -->
<!-- <script src="https://cdn.jsdelivr.net/npm/mdui@1.0.0/dist/js/mdui.min.js" integrity="sha384-aB8rnkAu/GBsQ1q6dwTySnlrrbhqDwrDnpVHR2Wgm8pWLbwUnzDcIROX3VvCbaK+" crossorigin="anonymous"></script> -->
<script src="<?php $this->options->themeUrl('assets/js/mdui.min.js'); ?>"></script>
<!-- Highlight.js -->
<script src="<?php $this->options->themeUrl('assets/js/prism.js'); ?>"></script>
<!-- JavaScript -->
<script src="<?php $this->options->themeUrl('assets/js/script.js'); ?>"></script>
<!-- LazyLoad -->
<?php if ($this->options->lazyLoad == true) : ?>
<script src="<?php $this->options->themeUrl('assets/js/lazysizes.min.js'); ?>"></script>
<?php endif; ?>
<!-- 顺滑滚动 -->
<?php if ($this->options->smoothScroll == true) : ?>
<script src="<?php $this->options->themeUrl('assets/js/smoothscroll.js'); ?>"></script>
<?php endif; ?>
<script src="<?php $this->options->themeUrl('assets/js/darkmode.js'); ?>"></script>
<?php outputEnd($this->options->pangu, $this->options->lazyLoad); ?>
<?php $this->footer(); ?>
<?php if ($this->options->customJS): ?>
<script>
<?php $this->options->customJS() ?>
</script>
<?php endif; ?>
</body>
</html>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/heyos-mdt-for-typecho.git
git@api.gitlife.ru:oschina-mirror/heyos-mdt-for-typecho.git
oschina-mirror
heyos-mdt-for-typecho
heyos-mdt-for-typecho
master