It seems that when I try to use the "Page Link" display style, the link is hardcoded to /legal.
Is there something I'm missing, or is that a bug ?
In legal.module, at line 150:
$accept_label = t('<strong>Accept</strong> <a href="@terms">Terms & Conditions</a> of Use', array('@terms' => url('legal')));
shouldn't it be something like that instead ?
$accept_label = t('<strong>Accept</strong> <a href="@terms">Terms & Conditions</a> of Use', array('@terms' => url($conditions['conditions'])));
Comments
Comment #1
robert castelo commented