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:
@@ -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
|
||||
|
Reference in New Issue
Block a user