viper Posted September 3 Posted September 3 I created a page but can not add it to the footer menu. How to add? Quote
Tech Support Posted September 3 Posted September 3 In HTML you can link to other page using <a> tag. Just add this into footer HTML layout in Website UI -> Page components -> include_footer_general.tpl using this way: <a href="/page_url">Page title</a> 1 Quote
viper Posted September 3 Author Posted September 3 20 minutes ago, Tech Support said: In HTML you can link to other page using <a> tag. Just add this into footer HTML layout in Website UI -> Page components -> include_footer_general.tpl using this way: <a href="/page_url">Page title</a> i want to like this Quote
Tech Support Posted September 3 Posted September 3 If you want to add variables in translation for URL and text please add them in Website UI -> Texts. But this is not required, they are added by default because we want them to be localizable to other languages if needed. Quote
viper Posted September 4 Author Posted September 4 (edited) 15 hours ago, Tech Support said: If you want to add variables in translation for URL and text please add them in Website UI -> Texts. But this is not required, they are added by default because we want them to be localizable to other languages if needed. I added, now what to do? Edited September 4 by viper Quote
Tech Support Posted September 4 Posted September 4 Now you can use them in templates using $lang syntax: {{$lang.urls.partners}} Quote
viper Posted September 4 Author Posted September 4 1 hour ago, Tech Support said: Now you can use them in templates using $lang syntax: {{$lang.urls.partners}} i did but not showing Quote
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.