Package DE_EPAGES::SEO::API::TLE::TagHandler
Functions
GETGOOGLETLD
Returns the top level domain for Google search for the given locale id. For example for "en_GB" this is "google.co.uk".
Syntax |
#GETGOOGLETLD(#LocaleID) |
Example |
<a href="http://www.#GETGOOGLETLD("en_GB")/search?hl=#Code2&q=link:myshop.com">...</a> |
Input |
|
Return |
|
GETRATINGSIGN
Returns the unicode character to display depending on the rating class name.
Syntax |
#GETRATINGSIGN(#RatingClassName) |
Example |
#GETRATINGSIGN(#SEOVars.AdvDescription.RatingClass) |
Input |
|
Return |
|
SHOPLANGUAGES_CURRENTFIRST
Returns an array of the shop languages with the current MBO language as first element.
Syntax |
#SHOPLANGUAGES_CURRENTFIRST(#Session.User) |
Example |
#LOOP(#SHOPLANGUAGES_CURRENTFIRST(#Session.User)) #WITH_LANGUAGE(#LanguageID) ... #ENDWITH_LANGUAGE #ENDLOOP |
Input |
|
Return |
|