From f49c5356660849d6db9c741f59b7f17c207568bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Thu, 29 Sep 2016 10:06:55 +0200 Subject: [PATCH] Update e107_admin/theme.php Add lang codes. --- e107_admin/theme.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/e107_admin/theme.php b/e107_admin/theme.php index 421fb01cd..57a8faaf0 100644 --- a/e107_admin/theme.php +++ b/e107_admin/theme.php @@ -166,7 +166,7 @@ if($mode == 'download' && !empty($_GET['src'])) $mp = $themec->getMarketplace(); - $mes->addSuccess("Connecting..."); + $mes->addSuccess(TPVLAN_85); if($mp->download($data['id'], $data['mode'], 'theme')) // download and unzip theme. { @@ -326,7 +326,7 @@ class theme_builder $text .= $frm->close(); - $ns->tablerender(TPVLAN_26.SEP."Converter".SEP. TPVLAN_CONV_1, $mes->render() . $text); + $ns->tablerender(TPVLAN_26.SEP.TPVLAN_88.SEP. TPVLAN_CONV_1, $mes->render() . $text); } @@ -418,7 +418,7 @@ class theme_builder $text .= $frm->close(); - $ns->tablerender(TPVLAN_26.SEP."Converter".SEP. TPVLAN_CONV_2, $mes->render() . $text); + $ns->tablerender(TPVLAN_26.SEP.TPVLAN_88.SEP. TPVLAN_CONV_2, $mes->render() . $text); } @@ -748,4 +748,4 @@ TEMPLATE; -?> \ No newline at end of file +?>