提交
This commit is contained in:
10
app/home/view/public/footer.html
Normal file
10
app/home/view/public/footer.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<div class="footer">
|
||||
<?= html_entity_decode($footer) ?>
|
||||
<p><a href="#" class="termsCheckbox">{:lang('js.terms_conditions')}</a> | <a href="#" class="privacy_policy">{:lang('js.privacy_policy')}</a></p>
|
||||
|
||||
</div>
|
||||
<style>
|
||||
.footer a{
|
||||
color: #ffffff;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user