1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 12:48:26 +02:00

Update e107_admin/theme.php

Add lang codes.
This commit is contained in:
Gábor
2016-09-29 10:06:55 +02:00
committed by GitHub
parent 14c7f5971e
commit f49c535666

View File

@@ -166,7 +166,7 @@ if($mode == 'download' && !empty($_GET['src']))
$mp = $themec->getMarketplace(); $mp = $themec->getMarketplace();
$mes->addSuccess("Connecting..."); $mes->addSuccess(TPVLAN_85);
if($mp->download($data['id'], $data['mode'], 'theme')) // download and unzip theme. if($mp->download($data['id'], $data['mode'], 'theme')) // download and unzip theme.
{ {
@@ -326,7 +326,7 @@ class theme_builder
$text .= $frm->close(); $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(); $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);
} }