Created
October 27, 2016 08:34
-
-
Save lonalore/ec28728c8e7688d94549f35670719ef9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Köszi!
Valami hasonlóra gondoltam én is, csak nem voltam teljesen biztos benne.