Skip to content

Fixing block links

theo lem requested to merge fix-block-links into master

Unexpected behavior

As mentioned by #120 (closed), $base_url should be taken into account within block links, to avoid cases where a Framaforms instance is accessible only as a subpath.

What this MR does

Adds $base_url to block links in hook_block_view() and other functions that produce renderable content of raw HTML.

TODO

  • CHANGELOG
  • update pages ?
Edited by theo lem

Merge request reports