PHP: Problem with constant/pagetitle and facebook like-button
Hello everyone I'm using constants to display my page titles in different languages: // lang.en.php define(_PAGE_TITLE, "Pagetitle"); // lang.de.php define(_PAGE_TITLE, "Seitentitel"); I've placed a facebook like button on that page and everything works except for one thing: If I submit the link using the like button, the title ...