Add files via upload
This commit is contained in:
17
z_daisy/overwrite/view/htms/footer_nav.inc.htm
Normal file
17
z_daisy/overwrite/view/htms/footer_nav.inc.htm
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
<div class="text-muted" id="footer">
|
||||
<div class="container" style="overflow: hidden;">
|
||||
<dl class="row">
|
||||
<dt>
|
||||
<!--{hook footer_footer_left_start.htm}-->
|
||||
Powered by <a href="http://bbs.xiuno.com/" target="_blank" class="text-muted"><b>Xiuno BBS <span><?php echo $conf['version'];?></span></b></a>
|
||||
<!--{hook footer_footer_left_end.htm}-->
|
||||
</dt>
|
||||
<dd class="text-right">
|
||||
<!--{hook footer_footer_right_start.htm}-->
|
||||
Time: <b><?php echo substr(microtime(1) - $starttime, 0, 5);?></b>, SQL: <b><?php echo count($db->sqls);?></b>
|
||||
<!--{hook footer_footer_right_end.htm}-->
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user