]> git.mxchange.org Git - friendica.git/commit
Move poke module to src/
authorHypolite Petovan <hypolite@mrpetovan.com>
Mon, 20 Apr 2020 15:42:27 +0000 (11:42 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 20 Apr 2020 15:47:08 +0000 (11:47 -0400)
commit7f04aea8b1244e57fd0676c4a34d7282fd93a4e3
tree666b07fcbd11f40eb34d38b16dedf930b759473c
parent7899892351f3135b04fafea80c79c11d2cc97ded
Move poke module to src/

- Add new route contact/<cid>/poke and update all references
- Rework template with form field includes
- [frio] Enable modal behavior
12 files changed:
include/conversation.php
mod/poke.php [deleted file]
src/Model/Contact.php
src/Module/Contact/Poke.php [new file with mode: 0644]
static/routes.config.php
view/global.css
view/templates/contact/poke.tpl [new file with mode: 0644]
view/templates/poke_content.tpl [deleted file]
view/templates/poke_head.tpl [deleted file]
view/theme/frio/css/style.css
view/theme/frio/js/theme.js
view/theme/frio/theme.php