Closed jannaahs closed 10 years ago
In line 28
... $this->Html->link(_d('forum', 'edit profile'), ...
is a _ missing before _d. The correct syntax would be:
... $this->Html->link(__d('forum', 'edit profile'), ...
Cool, thanks!
In line 28
is a _ missing before _d. The correct syntax would be: