footerlinks.txt.sample 409 B

1234567891011121314
  1. [{
  2. "title":"Example 1", <- The text displayed in the footer
  3. "link":"http://example.com", <- The address it links to
  4. "login":true, <- Show it in the side footer when logged in
  5. "logout":false <- Show it in the footer on the information pages
  6. },{
  7. "title":"Example 2",
  8. "link":"https://yandex.com",
  9. "login":false,
  10. "logout":true
  11. }]
  12. IMPORTANT: Remove the descriptions in line 2 to 5 and this line or it won't work!