Skip to content

Instantly share code, notes, and snippets.

@lonalore
Created October 27, 2016 08:34
Show Gist options
  • Save lonalore/ec28728c8e7688d94549f35670719ef9 to your computer and use it in GitHub Desktop.
Save lonalore/ec28728c8e7688d94549f35670719ef9 to your computer and use it in GitHub Desktop.
define("TPVLAN_83", "Automated download not possible. Please [x]");
define("TPVLAN_84", "Download Manually");
$tp = e107::getParser();
$mes = e107::getMessage();
$message = $tp->lanVars(TPVLAN_83, array(
'x' => '<a href="' . $remotefile . '">' . TPVLAN_84 . '</a>',
));
$mes->addError($message);
@yesszus
Copy link

yesszus commented Oct 27, 2016

Köszi!
Valami hasonlóra gondoltam én is, csak nem voltam teljesen biztos benne.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment