diff --git a/README.md b/README.md index 8b63704..356b5a7 100755 --- a/README.md +++ b/README.md @@ -13,5 +13,5 @@ Mobile theme for OpenVK for dumbphones, PDAs and old devices at all. Uses old pd - [ ] Settings - [ ] Notifications - [ ] News -- [ ] Messages -- [ ] Photo albums \ No newline at end of file +- [x] Messages (not same as PDA) +- [ ] Photo albums diff --git a/tpl/Messenger/App.xml b/tpl/Messenger/App.xml new file mode 100644 index 0000000..b52a564 --- /dev/null +++ b/tpl/Messenger/App.xml @@ -0,0 +1,544 @@ + {extends "../@layout.xml"} + +{block title}{$correspondent->getCanonicalName()}{/block} + + + +{block header} + + {_my_messages} » + + {$correspondent->getCanonicalName()} + + + +