Remove ckeditor
Remove tinymce Begin migrate to mithril.js
This commit is contained in:
11
myapp/templates/public/components/footer.js
Normal file
11
myapp/templates/public/components/footer.js
Normal file
@@ -0,0 +1,11 @@
|
||||
let Footer = {
|
||||
view: function() {
|
||||
return {tag: '<', children: `<div class="row mt-3 py-3 bg-light">
|
||||
<div class="col-md-1"></div>
|
||||
<div class="col-md-10">
|
||||
© <a href="https://specialistoff.net/" target="_blank">RemiZOffAlex</a>
|
||||
</div>
|
||||
<div class="col-md-1"></div>
|
||||
</div>`}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user