# MatrasON maintenance log
## 2026-09-22 - Viber number and footer sitemap link
Request:
- Change the public Viber number to 0967808838 (international form: +380967808838).
- Hide the footer link to the HTML sitemap on desktop and mobile without removing the sitemap itself.
Changed files:
- new_engine/resources/views/layout.blade.php
- tpl/frontend/mobile/core/social_connect.tpl
- tpl/frontend/mobile/module/feedback.tpl
- tpl/frontend/smart/core/social_connect.tpl
- tpl/frontend/smart/module/feedback.tpl
- tpl/frontend/mobile/core/footer.tpl
- tpl/frontend/smart/core/footer.tpl
Implementation:
- Replaced +380976313434 with +380967808838 in all relevant Viber links and visible Viber text.
- Removed the static /sitemap.html footer link from the Blade layout.
- Added scoped footer CSS in mobile and smart footer templates: a[href="/sitemap.html"]{display:none!important}.
- The sitemap page was not deleted or disabled.
SEO note:
- Only the user-facing footer link is hidden. The HTML sitemap page remains available at https://matrason.ua/sitemap.html.
- No sitemap content, routing, robots rules, or XML files were intentionally changed.
Verification:
- Desktop https://matrason.ua/: Viber link is tel:+380967808838; old number absent; sitemap link exists in DOM but is not visible.
- Mobile https://m.matrason.ua/: Viber link is tel:+380967808838; old number absent; sitemap link exists in DOM but is not visible.
- https://matrason.ua/sitemap.html loads with title "Карта сайта" and sitemap content.
- Direct browser inspection of robots.txt and sitemap.xml was blocked by the browser client; these files were not edited.
Backups:
- backup/layout.blade.php
- backup/2026-09-22_mobile_core_social_connect.tpl
- backup/2026-09-22_mobile_module_feedback.tpl
- backup/2026-09-22_smart_core_social_connect.tpl
- backup/2026-09-22_smart_module_feedback.tpl
- backup/2026-09-22_mobile_core_footer.tpl
- backup/2026-09-22_smart_core_footer.tpl
Rollback:
1. In ISPmanager File Manager, copy each backup file over its corresponding original path listed above.
2. For layout.blade.php, restore backup/layout.blade.php to new_engine/resources/views/layout.blade.php.
3. Reload both live sites and verify the old number/link state.