Message Text |
Hallo all.
I create by manual WSN links new custom wrapper template with name mywrapper.tpl. This new wrapper I want display only in any pages (suggestlink, help...). In template displaylinks.tpl I changed code from this:
<a href="suggest.php?action=addlink&catid={CATID}> text</a>
to this :
<a href="suggest.php?action=addlink&catid={CATID}&customwrapper=mywrapper> text</a>.
But I when click to this new link, display suggestlink page with original wrapper, mywrapper.tpl is not display.
I don't know where is problem.
Thank you for help.
|