1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 21:27:25 +02:00

Merge pull request #1897 from yesszus/patch-7

Update e107_admin/theme.php
This commit is contained in:
Cameron
2016-10-23 09:46:56 -07:00
committed by GitHub

View File

@@ -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;
?>
?>