Forum Moderators: coopster
The template files which relies on variables..I can play with that as that is html......but I don't know how to inject a custom variable....Now if I want to add custom url to the template files how I do that so that
(<a href="variable URL">custom link</a>)
How can i put this custom link
if country = x then url is Y
if country = a then url is b ( I do not have knowledge of php)
do i have to creat another php file or add code to a php file... I hope I am making some sense