drastic Posted May 29, 2023 Share Posted May 29, 2023 Hi, I think my template was missing the 2257 link when I got the custom design done. I see this in the footer template: {{if $lang.enable_static_dmca=='true'}} <a href="{{$lang.urls.dmca}}" {{if $page_id=='dmca'}}class="active"{{/if}}>{{$lang.footer.primary_menu_dmca}}</a> {{/if}} What is the 2257 version to add under it? Right now I just have a plain text link added and it works fine, but wanted to make sure I did it the right way. Thanks! Quote Link to comment Share on other sites More sharing options...
Tech Support Posted May 30, 2023 Share Posted May 30, 2023 Here is the code for 2257 from default template: {{if $lang.enable_static_2257=='true'}} <li><a href="{{$lang.urls.2257}}">{{$lang.footer.primary_menu_2257}}</a></li> {{/if}} 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.