Hello.
How can I add text or something in Playsms login page?
Thanks
here is the code that made the template into display:
https://github.com/antonraharja/playSMS/blob/master/web/plugin/core/tpl/fn.php#L74-L141
according to the code above playSMS will seek templates in this location:
- html file in templates directory inside plugin directory
- search in all templates directory
- in active themes templates directory
- in common directory on themes
to answer your question, you can either edit these html files here (in plugin/core/auth/templates
): https://github.com/antonraharja/playSMS/tree/master/web/plugin/core/auth/templates
or copy them first to plugin/themes/common/templates/
then edit there: https://github.com/antonraharja/playSMS/tree/master/web/plugin/themes/common/templates
anton
anton
1 Like