Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions components/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,16 @@
</nav>
</div>
<p id="footer-meta" class="clear">
<span class="left"><a class="icp" href="<?php $this->options->icpUrl(); ?>" rel="noopener noreferrer"><?php echo G::getICP(); ?></a></span>
<span class="right"><?php echo $this->options->buildYear . " - " . date("Y"); ?> &copy <?php $this->options->title(); ?></span>

<span class="left">
<a class="icp" href="<?php $this->options->icpUrl(); ?>" rel="noopener noreferrer"><?php echo G::getICP(); ?></a>
<br>
<p class="recordcode">
<a class="icon-police"><img src="/usr/themes/G-master/static/img/jinghui.png" /></a>
<a class="beian" href="<?php $this->options->beianUrl(); ?>" rel="noopener noreferrer"><?php echo G::getBeiAn(); ?></a>
<span class="right"><?php echo $this->options->buildYear . " - " . date("Y"); ?> &copy <?php $this->options->title(); ?></span>
</p>
</span>
</p>
</footer>
</div>
Expand Down