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

No Preview Image fix.

This commit is contained in:
Cameron
2017-02-01 14:14:02 -08:00
parent 45ea656279
commit cece6c7b64
4 changed files with 11 additions and 3 deletions

View File

@@ -252,9 +252,11 @@ function theme_adminmenu()
$var['convert']['link'] = e_SELF."?mode=convert";
// $selected = (e_QUERY) ? e_QUERY : "main";
$icon = e107::getParser()->toIcon('e-themes-24');
$caption = $icon."<span>".TPVLAN_26."</span>";
e107::getNav()->admin(TPVLAN_26, $mode, $var);
e107::getNav()->admin($caption, $mode, $var);
}
class theme_builder