-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
24 lines (24 loc) · 915 Bytes
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<footer class="footer">
<div>
<?= self::aside('col-1'); ?>
<?= self::aside('col-2'); ?>
<?= self::aside('col-3'); ?>
</div>
<div>
<p>
<span>
© <?= $date->year; ?> <a href="<?= eat($url); ?>">
<?= $site->title; ?>
</a>
</span>
<span>
<!-- You have to maintain this back link to support the theme designer, or visit this back link to find a legal way to remove it via the theme designer’s discretion. -->
<?= i('Designed by %s', ['<a href="https://www.styleshout.com" rel="nofollow" target="_blank">StyleShout</a>']); ?>
</span>
<span>
<!-- You have to maintain this back link to support me, or make a proper donation to remove it. -->
<?= i('Powered by %s', ['<a href="https://mecha-cms.com" rel="nofollow" target="_blank">Mecha ' . VERSION . '</a>']); ?>
</span>
</p>
</div>
</footer>