mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 00:54:49 +02:00
Plugin Builder refinements and admin-ui 'template' added to banlist and rss for later use.
This commit is contained in:
@@ -1126,6 +1126,9 @@ class themeHandler
|
||||
$mes->add("Default Layout: ".$deflayout, E_MESSAGE_SUCCESS);
|
||||
$mes->add("Custom Pages: ".implode(" ",$customPages), E_MESSAGE_SUCCESS);
|
||||
|
||||
$med = e107::getMedia();
|
||||
$med->import('_common_image', e_THEME.$name, "^.*?logo.*?(\.png|\.jpeg|\.jpg|\.JPG|\.GIF|\.PNG)$");
|
||||
|
||||
$this->theme_adminlog('01', $name.', style.css');
|
||||
return TRUE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user