Hello Admin,
Hope you're doing good. I am using subfolders to create a multi country website. The folder structure is this:
Let's say a user is at site_root/en/news, and wants to click on the company logo in an embeded page navigation to go back to site_root/en. Which tag do I use to let that happen. I tried using the code below but checking the anchor link shows blank and clicking on the anchor link keeps me on the same page.
NB: I can't hardcode the links because the root folder and all the subfolders share the same navigation file through embed.
Hope you're doing good. I am using subfolders to create a multi country website. The folder structure is this:
- Code: Select all
root
site_root
|_couch (folder)
|_en (folder)
| |_index.php
| |_about.php
| |_news.php
|_es (folder)
| |_index.php
| |_nosotros.php
| |_novedades.php
|_index.php
Let's say a user is at site_root/en/news, and wants to click on the company logo in an embeded page navigation to go back to site_root/en. Which tag do I use to let that happen. I tried using the code below but checking the anchor link shows blank and clicking on the anchor link keeps me on the same page.
- Code: Select all
<cms:link 'index.php' />
NB: I can't hardcode the links because the root folder and all the subfolders share the same navigation file through embed.