-
Notifications
You must be signed in to change notification settings - Fork 1
/
footer.php
15 lines (12 loc) · 922 Bytes
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<div class="footer ofh">Copyright © 2012-<script type="text/javascript">copyright=new Date();update=copyright.getFullYear();document.write(update);</script> <a href="<?php $this->options->siteurl(); ?>"><?php $this->options->title(); ?></a> All Rights Reserved. <font class="copy"><?php echo base64_decode('VGhlbWUgPGEgaHJlZj0iaHR0cDovL3d3dy5tb2lkZWEuaW5mbyIgdGFyZ2V0PSJfYmxhbmsiPlNpbXBsZVR5cGUuPC9hPg==');
?></font><span class="time"><?php $this->options->block01() ?> 网站运行:<?php getBuildTime(); ?></span></div><!-- end #footer -->
<?php $this->footer(); ?>
<section class="float-mobile">
<!--白天拨打-->
<div class="pubilc-phone-floatbtn" style="display:-webkit-box">
<a class="phone-btn" href="tel:<?php $this->options->tel() ?>" style="box-flex:1;-webkit-box-flex:1;"><em class="btn-text">联系我 <?php $this->options->tel() ?></em></a>
</div>
</section>
</div>
</body>
</html>