Developer forum

Forum » Templates » Getting first page of this language

Getting first page of this language

Martin Kure
Reply

Hi, 

I'm editing a site for a customer. The customer has a lot of divisions and they have 10 sub websites. All these websites are linked from the main page. All websites run on the same domain.

Each website has a banner which continues to be displayed throughout this particular website. The idea is, that is should link to the front page of this specific website. I've tried:

<a href="/"></a>

This links to the home of the domain, since all websites share the same domain.

 

But is there a html-tag, which displays the first page of the specific website?

 

Example: 

http://www.levendehistorie.dk/Forside-3.aspx#.VHMFztRwtPk

The banner link is created with <a href="/"></a> (the white letters in the bottom with the yellow background)

However it links to http://www.levendehistorie.dk - which is the domain home - it doesn't find the home of the specifik website.

Regards

Martin

 


Replies

 
Lars Larsen
Reply
This post has been marked as an answer

I am not 100% sure, but maybe you can use the tag "Global:Page.Top.ID"?

Votes for this answer: 1
 
Martin Kure
Reply

Worked like a charm, thank you very much.

 

 

You must be logged in to post in the forum