mirror of
https://github.com/e107inc/e107.git
synced 2025-08-31 18:11:56 +02:00
Issue #4918 - Undefined constants cleanup.
This commit is contained in:
@@ -119,7 +119,7 @@ else
|
||||
// Display parent footer
|
||||
$text .= "$parent_newsletter_footer<br />";
|
||||
// Display back to newsletter overview button
|
||||
$text .= "<br /><a href='javascript:history.go(-1);'><input class='btn btn-default btn-secondary button' type='submit' value='".NLLAN_71."'</a>";
|
||||
$text .= "<br /><a href='javascript:history.go(-1);'><input class='btn btn-default btn-secondary button' type='submit' value='".defset('LAN_BACK', 'Back')."'</a>";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user