Closed (outdated)
Project:
Legal
Version:
6.x-8.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jun 2011 at 16:34 UTC
Updated:
21 Oct 2017 at 23:33 UTC
Jump to comment: Most recent
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