I am having trouble with the code below:
I have created a constant called BASE_URL, the link itself works fine but POEDIT is not picking up the _("gettext" element in the code. Any ideas where I have gone wrong. FYI im using the php-gettext
print "<li class=\"current\"><a href=\"".BASE_URL. "home\">" . _('Home'). "</a><span></span></li>\n";?>